subjects-utils

0.0.2 • Public • Published

Licenses Utilities

NPM version

This node package contains multiple utilies to manage BISAC subjects.

How to install it?

$ npm install subjects-utils

How to use it?

Include the library:

var subjects = require("subjects-utils");

By code:

var subject = subjects.byCode("ANT007000");
// subject.label -> "ANTIQUES & COLLECTIBLES / Buttons & Pins"

By label:

var subject = subjects.byLabel('ANTIQUES & COLLECTIBLES / Dolls');
// subject.code -> "ANT007000"

All BISAC codes:

subjects.all.bisac

Readme

Keywords

Package Sidebar

Install

npm i subjects-utils

Weekly Downloads

29

Version

0.0.2

License

Apache 2

Last publish

Collaborators

  • samypesse