Skip to content

Aruoto/cpp-weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application

Get an API Key

Sign up at OpenWeatherMap to get a free API key.

Install libcurl

We will use libcurl to make HTTP requests. Install libcurl if you haven't already:

  • On Ubuntu: sudo apt-get install libcurl4-openssl-dev
  • On macOS: brew install curl

Run the Code

Execute:

  • g++ -o weather_app main.cpp -lcurl
  • ./cpp-weather-app

About

enchance weather lmao

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages