Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 746 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 746 Bytes

weatherbar

lil Crystal thing to get weather information for waybar/polybar or whatever

Installation

TODO: Write installation instructions here

Usage

$ git clone https://github.com/sourgrasses/weatherbar.git
$ cd weatherbar
$ shards build
$ weatherbar -c config.json
☁️  36°

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/sourgrasses/weatherbar/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

Contributors