Skip to content

Weather Forecasting web app using APIs provided by Openweathermap and mapbox

License

Notifications You must be signed in to change notification settings

OmkarPh/WeatherForecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast

This Prototype uses following third party APIs:

Basic workflow

  • Clientside JS queries Node server API with one or two word string as search query
  • Node server queries address string and obtains latitude & longitude from Mapbox API.
  • Node server queries obtained latitude & longitude and obtains weather details from OpenWeather API.
  • Weather and location data are sent to clientside JS in JSON format which is formatted in user-friendly way.

Requirements

  • Node installed on yourlocal machine
  • All necessary npm packages installed post cloning
    npm install

Todos

  • Present weather data in a more user-friendly and reactive way.
  • Incorporate graphs for forecast data.

License

MIT

Intelligence is the ability to avoid doing work, yet getting the work done.