Skip to content

leohajder/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather

A local weather checker made as an assignment for FreeCodeCamp.

Resources

How it works

An AJAX request gets a JSON response from ipapi containing the location data. Then another request gets a JSON response from OpenWeatherMap containing the weather data, with the location parameters passed to it. Register for free to get the required OpenWeatherMap app ID.

Note

No live preview because of OpenWeatherMap API key.

About

Get dynamic local weather reports via IPapi and OpenWeatherMap, chaining multiple AJAX requests.

Topics

Resources

Stars

Watchers

Forks