RxNav
This gem makes it easier to work with the RxNav REST APIs, as enumerated on this page.
Currently, there are wrappers for the RxNorm, NDF-RT, and RxTerms APIs. Not all end points are covered, so be sure to check out the code to make sure the endpoint you're looking for is available in the wrapper. If it isn't, please feel free to fork, add it, and send a pull request.
Installation
Add this line to your application's Gemfile:
gem 'rx_nav'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rx_nav
Usage
TODO: Write usage instructions here
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