Skip to content

A Console Weather Application using the REST api architecture

Notifications You must be signed in to change notification settings

AMS003010/weatherIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Console Weather Application using the REST api architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages