Elt

A program to print a short description of chemical elements.

Installation

$ gem install elt

Usage

The elt command will recognize the atomic number, name or symbol of an element.

$ elt 1
1 Hydrogen H

$ elt Molybdenum
42 Molybdenum Mo

$ elt Uuo
118 Ununoctium Uuo

Contributing

  1. Fork it ( https://github.com/plonk/elt/fork )
  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 a new Pull Request