Skip to content
forked from liveslol/rainy

What's the weather? Aesthetic, minimalistic and customizable weather fetching tool.

License

Notifications You must be signed in to change notification settings

Chirikumbrah/rainy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rainy

What's the weather? Aesthetic and minimalistic weather fetching tool.

Dependencies

  • python
  • requests
  • make

You can install all of them from your distros repositories (usually they're named python, python-requests and make)

Installation & Configuration

To install rainy, clone or download the repo, cd into it and just run make install (you can run make uninstall to uninstall it)

Before usage, you need to configure it

  • First create an OpenWeatherMap account, go to API keys and get your key.
  • Then edit /usr/local/bin/rainy and set the API key, city and timezone in the config section.

Usage

When set up correctly, you can just go to your terminal and type rainy

What if there's an update? You can just update your local git clone and sudo make again (you can also edit the config of the git clone you you don't have to set it every time you sudo make)

If you like this tool, please consider starring as it helps the growth <3

PS

This project seems pretty exciting, with plenty of room to grow. I've been on the lookout for a long-term project, and if anyone's interested in working on this with me, just message me (I'm not sure I'd be working on this alone) <<

Thanks

  • wego for providing ASCII weather icons

About

What's the weather? Aesthetic, minimalistic and customizable weather fetching tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Makefile 2.2%