Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

bitex-la/heather-js

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

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