Sha256: 69aef393c0ca01ee38dfe69af8111047e0c3a7a1f3dce0e5da4fa8f3966ef7e3

Contents?: true

Size: 674 Bytes

Versions: 1

Compression:

Stored size: 674 Bytes

Contents

# PeriodicTable

This gem allows you to look up elements from the periodic table using

http://www.webservicex.net/periodictable.asmx?WSDL
and parse XML using Savon

## Installation

Add this line to your application's Gemfile:

    gem 'periodic_table'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install periodic_table

## Usage

    # Lookup data for an element by name
    PeriodicTable.lookup 'oxygen'

## 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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
periodic_table_info-0.0.1 README.md