Skip to content

Commit

Permalink
add: updated getting started && badges
Browse files Browse the repository at this point in the history
  • Loading branch information
EricRovell committed Jul 28, 2021
1 parent 6b8bb4e commit eaaf893
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Rational

<div align="center">
<a href="https://www.npmjs.com/package/@ericrovell/rational">
<img alt="npm package version" src="https://badgen.net/npm/v/@ericrovell/rational/" />
</a>
<a href="https://www.npmjs.com/package/@ericrovell/rational">
<img alt="types included" src="https://badgen.net/npm/types/@ericrovell/rational/" />
</a>
<a href="https://www.npmjs.com/package/@ericrovell/rational">
<img alt="downloads count" src="https://badgen.net/npm/dt/@ericrovell/rational/" />
</a>
<a href="https://www.npmjs.com/package/@ericrovell/rational">
<img alt="node version" src="https://badgen.net/npm/node/@ericrovell/rational/" />
</a>
<a href="https://www.npmjs.com/package/@ericrovell/rational">
<img alt="licence" src="https://badgen.net/npm/license/@ericrovell/rational/" />
</a>
</div>

<div align="center">
<a href="https://bundlephobia.com/package/@ericrovell/rational">
<img alt="minified size" src="https://badgen.net/bundlephobia/min/@ericrovell/rational/" />
</a>
<a href="https://bundlephobia.com/package/@ericrovell/rational">
<img alt="minzipped size" src="https://badgen.net/bundlephobia/minzip/@ericrovell/rational/" />
</a>
<a href="https://bundlephobia.com/package/@ericrovell/rational">
<img alt="dependency count" src="https://badgen.net/bundlephobia/dependency-count/@ericrovell/rational/" />
</a>
<a href="https://bundlephobia.com/package/@ericrovell/rational">
<img alt="tree-shaking" src="https://badgen.net/bundlephobia/tree-shaking/@ericrovell/rational/" />
</a>
</div>

Rational is JavaScript library for rational numbers manipulations.

## Features
Expand All @@ -11,6 +44,12 @@ Rational is JavaScript library for rational numbers manipulations.

## Getting started

Package available via [npm](https://www.npmjs.com/package/@ericrovell/rational):

```
npm i @ericrovell/rational
```

```js
import { rational } from "rational";

Expand Down

0 comments on commit eaaf893

Please sign in to comment.