Skip to content

amimaro/jxfs-lookup-promise

Repository files navigation

jxfs-lookup-promise 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).

Releases

No releases published

Packages

No packages published