Skip to content

A basic web app , which makes api request to fetch weather data and display it to user and also auto suggest places as user types using HERE API

Notifications You must be signed in to change notification settings

ritwikpal20/Basic-Weather-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

This app is based on how a server makes request to external server of OpenWeatherMap to fetch data , and about setting up API Keys.This app also auto suggest places as user types with help of Here Geocoding & Search API.

  • Give access to location for better auto suggest places.

Development on local machine

This requires setting up a .env file ,which may contain private key, passwords,etc as :

NODE_ENV= development
OWM_API_KEY= *Your API key from OpenWeatherMap *
HERE_API_KEY
SECRET_STRING=*Your secret string for encrypting cookies*

For Production

All the environment variables are already set on Heroku

Click Here For Live Site

About

A basic web app , which makes api request to fetch weather data and display it to user and also auto suggest places as user types using HERE API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages