Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ams003010/weatherio
A Console Weather Application using the REST api architecture
https://github.com/ams003010/weatherio
Last synced: 8 days ago
JSON representation
A Console Weather Application using the REST api architecture
- Host: GitHub
- URL: https://github.com/ams003010/weatherio
- Owner: AMS003010
- Created: 2023-11-19T07:21:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-21T03:28:07.000Z (12 months ago)
- Last Synced: 2023-11-21T09:23:24.322Z (12 months ago)
- Language: C++
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## C++ Weather Application ##
This is a console weather application written in c++. It fetches weather information from the OpenWeatherApi using the REST Api Architecture
### Requirements ###
* vcpkg
* C++ compiler### Required modules ###
* cpprestsdk### How to Run ###
git clone https://github.com/AMS003010/weatherIO.git
vcpkg install cpprestsdk
g++ -std=c++11 -o weather_app main.cpp weather.cpp -lcpprest
./weather_app### User Customization ###
See Weather.h
see Weather.cpp### Example use ###
See main.cpp