RxNav

Gem Version Code Climate

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

  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