Skip to content

- Create a program using your preferred language/tool to get the forecasts for any 3 locations and for a period of 7 days. - Store the data in a relational database of your choosing (MySQL, MS SQL, SQLite, etc.) with the appropriate schema. - Create an API that uses the database data and provides endpoints for the following: - List locations

Notifications You must be signed in to change notification settings

ntheol/WeatherAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherAPI

  • Create a program to get the forecasts for any 3 locations and for a period of 7 days.
  • Store the data in a relational database of your choosing (MySQL, MS SQL, SQLite, etc.) with the appropriate schema.
  • Create an API that uses the database data and provides endpoints for the following:
  • List locations -List the latest forecast for each location for every day -List the average the_temp of the last 3 forecasts for each location for every day -Get the top n locations based on each available metric where n is a parameter given to the API call.

About

- Create a program using your preferred language/tool to get the forecasts for any 3 locations and for a period of 7 days. - Store the data in a relational database of your choosing (MySQL, MS SQL, SQLite, etc.) with the appropriate schema. - Create an API that uses the database data and provides endpoints for the following: - List locations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published