1.1.4 • Published 6 years ago

jxfs-lookup v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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).

1.1.4

6 years ago

1.1.3

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago