cutter-sanborn-js

1.0.0 • Public • Published

cutter-sanborn-js

A library for the Cutter-Sanborn call number system written in Javascript.

Usage

import { CutternSanbornTableFactory } from "cutter-sanborn-js";

const cutterSanbornTable = CutternSanbornTableFactory.createTable();

cutterSanbornTable.callNumber("lentino", "noemia") === 574; // true
cutterSanbornTable.callNumber("prado", "heloisa") === 896; // true

Testing

To run the tests for this library, use the following command:

npm run test

Package Sidebar

Install

npm i cutter-sanborn-js

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

347 kB

Total Files

11

Last publish

Collaborators

  • cleydyr