Skip to content

Commit

Permalink
Readme Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite-bud committed Feb 10, 2023
1 parent bb32ed9 commit 6da4d7e
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<a title="Hosted on WAPM" href="https://wapm.io/dynamite-bud/sgp4">
<img src="https://img.shields.io/badge/WAPM-654ef1.svg?style=flat-square&logo=WebAssembly&labelColor=654ef1&logoColor=fff">
</a>
<a title="GitHub license button" href="https://github.com/wasmerio/sgp4/blob/main/LICENSE_MIT.md"><img src="https://img.shields.io/github/license/reklatsmasters/vscode-wasm.svg?style=flat-square"></a>
<a title="GitHub Apache license button" href="https://github.com/wasmerio/sgp4/blob/main/LICENSE_APACHE.md"><img src="https://img.shields.io/badge/License-Apache-blue.svg?style=flat-square"></a>
<a title="GitHub License button" href="https://github.com/wasmerio/sgp4/blob/main/LICENSE_APACHE.md"><img src="https://img.shields.io/github/license/wasmerio/sgp4.svg?style=flat-square"></a>
<a title="GitHub MIT license button" href="https://github.com/wasmerio/sgp4/blob/main/LICENSE_MIT.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square"></a>
</p>
</p>

Expand All @@ -15,28 +15,22 @@ This repository is the port of the [SGP4](https://crates.io/crates/sgp4) library

Published package is available on [WAPM](https://wapm.io/dynamite-bud/sgp4).

Package is published on the following platforms:

- [x] `WAPM`
- [x] `npm`
- [x] `pip`

## Installation

- `WAPM`
- **`WAPM`**
```console
$ wapm install dynamite-bud/sgp4
```
- `npm`
- **`npm`**
```console
$ wapm install dynamite-bud/sgp4 --npm
```
- `pip`
- **`pip`**
```console
$ wapm install dynamite-bud/sgp4 --pip
```

## Usage
## Usage with JavaScript

```js
const { bindings } = require("@dynamite-bud/sgp4");
Expand Down

0 comments on commit 6da4d7e

Please sign in to comment.