4.0.1 • Published 5 years ago

@openjam/logic-rules v4.0.1

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

@openjam/logic-rules

openjam-logic-rules provides a higher-level wrapper around OpenJam's API and encapsulates all the business logic related to the OpenJam front-end.

semantic-release Travis Coverage Status

npm (scoped)  Dependencies Dev Dependencies

Commitizen friendly contributions welcome styled with prettier Greenkeeper badge

Documentation

How to use?

import OpenJam from '@openjam/logic-rules';

const oj = new OpenJam();

// GET one artist
const artist = oj.getArtist('ID00001');

// GET all artists
const artists = oj.getArtists();

// now, we have the artists from OpenJam <3

NPM scripts

 # Read the manual ;-)
 npm info

 # Commit using conventional commit style ([husky](https://github.com/typicode/husky) will tell you to use it if you haven't :wink:)
 npm run commit
4.0.1

5 years ago

4.0.0

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago