Skip to content

CLI Weather client demonstration of OpenWeatherMap API. A project to get C++ rust eliminated. No Makefile yet, tread carefully.

License

Notifications You must be signed in to change notification settings

notnullxyz/FetchBoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FetchBoy
A Weather cli thingy to get current weather and demonstrate OpenWeatherMap API usage.

<marlonv@protonmail.com>

Requires installing packages:
    curl - `libcurl4-gnutls-dev` (debian/ubuntu)

Compile and Link:
    `./build.sh`

Clean:
    `./clean.sh`

API Keys:
    Get your OpenWeatherMap API key, and use it.

Usage:
    `FetchBoy <openweather apikey> <city>`
    FetchBoy abc123def456 George



Documentation for JsonCPP: https://en.wikibooks.org/wiki/JsonCpp#Example
Documentation for LibCurl: https://curl.haxx.se/docs/install.html

About

CLI Weather client demonstration of OpenWeatherMap API. A project to get C++ rust eliminated. No Makefile yet, tread carefully.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published