This is a custom weather app made completely in C using GTK4 & CURL 8 in which you rouse the threee eyed raven to go fetch the weather data from around you where it obsereves several anomalies and reports it to you and is even happy to help you locate where you are and will also go out of it's way to deliver the news to your peers if you choose to send him.him.im.
- Login using your gmail and the app password (You can obtain your app password by going into manage your google account and searching it there and create a new one for this usage""
- Enter your location in the entry or click the 📌 button to automatically find your location
- After your location is filled press the rouse raven button for it to fetch the latest weather anomalies it sees
- If you wish to send the info to your peers press the 🦉 button and enter the mail of your peer for the raven to deliver his weather report
| FOR DEBIAN/UBUNTU | For ARCH |
|---|---|
| Install Dependencies | Install Dependencies |
| sudo apt install gtk | sudo pacman -S gtk |
| sudo apt install curl | sudo pacman -S curl |
| sudo apt install build-essential | sudo pacman -S base-devel |
| sudo apt install cmake | sudo pacman -S cmake |
| Command |
|---|
| git clone https://github.com/acharya-dilip/threeEyedRaven |
| Command |
|---|
| cd threeEyedRaven |
| Command |
|---|
| mkdir build |
| Command |
|---|
| cd build |
| Commands |
|---|
| cmake .. |
| cmake --build . |
| Command |
|---|
| ./threeEyedRaven |