jxfs-lookup
v1.1.4
Published
J/XFS Constant Field Values Lookup
Downloads
4
Readme
jxfs-lookup
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Crafted with <3 by amimaro (@amir_zln).