Esb

Look up the Empire State Building's current color - from your command line.

Installation

$ gem install esb

Usage

$ esb

Tonight, the Empire State Building will be lit in its signature white.

Getting Blank Text?

This gem scrapes http://www.esbnyc.com - they occasionally update their markup in a way that breaks our scraping. File an issue or better yet, fix it and make a pull request!

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