@openjam/logic-rules
TypeScript icon, indicating that this package has built-in type declarations

4.0.1 • Public • Published

@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

Dependents (0)

Package Sidebar

Install

npm i @openjam/logic-rules

Weekly Downloads

4

Version

4.0.1

License

MIT

Unpacked Size

503 kB

Total Files

119

Last publish

Collaborators

  • phmatray