Zueribad
Displays the temperature and additional information about all municipal baths in Zurich.
The data is provided by the school and sports department of the city of Zurich.
This is the CLI written in ruby.
Installation
$ gem install zueribad
Usage
# show all baths
$ zueribad
# show baths containing 'letten' in their name
$ zueribad -n letten
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