Skip to content

In the back end, the location passed by the user is geocoded using MapBox API which is passed to WeatherStack API which contains all weather details which is then displayed to the user.

Notifications You must be signed in to change notification settings

satisshhhhhh/nodejs-weather-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-weather-website

• It provides the weather details for any location entered by the user.
• It uses two APIs - WeatherStack API, which contains all the weather data we need, and MapBox API for geocoding. Geocoding is the process of taking an address and converting that into a latitude, longitude pair.
• A location entered by a user is passed to MapBox API which returns coordinates which are then passed to WeatherStack API that pulls out the weather information.

image

About

In the back end, the location passed by the user is geocoded using MapBox API which is passed to WeatherStack API which contains all weather details which is then displayed to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published