jxfs-lookup

1.1.4 • Public • Published

jxfs-lookup Build Status js-standard-style

J/XFS Constant Field Values Lookup

Installation

npm install --save jxfs-lookup

Usage

const jxfsLookup = require('jxfs-lookup')

jxfsLookup.query(CODE) // => CODE e.g., 1024
    .then(
        res => {
            console.log(res)
        }
    )
    .catch(
        err => {
            console.error(err)
        }
    );

Testing

npm run test

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by amimaro (@amir_zln).

Readme

Keywords

none

Package Sidebar

Install

npm i jxfs-lookup

Weekly Downloads

0

Version

1.1.4

License

MIT

Unpacked Size

289 kB

Total Files

6

Last publish

Collaborators

  • amimaro