• 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.
-
Notifications
You must be signed in to change notification settings - Fork 0
satisshhhhhh/nodejs-weather-website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published