thibthibaut / weather

Just playing with curlpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather

Displays weather in Paris.
Just testing curlpp and json parser in c++.

Dependancies

curlpp

Build instructions

  1. Set up your API key in OpenWeather

  2. Add a file api_key.h in include with a #define API_KEY "blahblahblah" inside it

  3. mkdir build && cd build

  4. cmake ..

  5. make

Run instructions

./weather

About

Just playing with curlpp


Languages

Language:C++ 100.0%Language:CMake 0.0%