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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request