Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.
/ heather-js Public archive

Javascript client to gulp down jsonapi.org services like it ain't no thing.

Notifications You must be signed in to change notification settings

bitex-la/heather-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Javascript client to gulp down jsonapi.org services like it ain't no thing.

Resources

Stars

Watchers

Forks

Packages

No packages published