Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

phmatray/openjam-logic-rules

Repository files navigation

@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

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published