0.2.4 • Published 5 years ago

heather-js v0.2.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

HeatherJS

Client to consume an API with the http://jsonapi.org/ standard.

Installation

npm install --save heather-js

Custom Build

To build it, just run:

npm run build:main

To build it for UMD (expanded or minified version, respectively), run:

npm run build:umd

npm run build:umd.min

Usage

To see a lot of examples of how to use this library, take a look at the tests.

Contributing

Contributions are always welcome.

Before submitting a PR from your fork, make sure that all the previous tests are passing (with npm test) and to add tests that cover the new feature too.

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

6 years ago