periodic_table_jasnow
Provide periodic table data.
Installation
$ gem install periodic_table_jasnow
Usage
require 'periodic_table_jasnow'
# Lookup data for an element by name.
PeriodicTableJasnow.lookup 'oxygen'
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request