Skip to content

Niceout is just a simple command line based weather tool written in Crystal.

License

Notifications You must be signed in to change notification settings

dorkrawk/niceout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Niceout

Niceout is just a simple command line based weather tool written in Crystal.

Usage

To use, you will need to get an OpenWeatherMap key and set an ENV variable of OPEN_WEATHER_MAP_KEY with the value.

Run the code directly:

crystal src/niceout.cr

or build and execute

crystal build src/niceout.cr --release
./niceout

Contributing

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

About

Niceout is just a simple command line based weather tool written in Crystal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published