hi-manshu-kumar / Angular-weather-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular-weather-app

Weather Application

A weather application that gets city information by user and searches for its weather info and displays it to the user along with 5-day weather forecast and displays weather trend for it.

Dependencies

 node.js > 8.15

Install

With npm installed, navigate to this repo and run

$ npm install 

Usage

First get your api key from https://developer.mapquest.com/ and https://openweathermap.org/api

and then create a .env file in parent folder

MAP_API_KEY     = Your Mapquest Api key 
WEATHER_API_KEY = Your OpenWeather Api key

and then on terminal run

$ npm start

Type city name in input box and thats it you will get weather info.

OR

Go to this link.

Technologies Used

License

MIT

About

License:MIT License


Languages

Language:JavaScript 50.0%Language:HTML 35.7%Language:CSS 14.3%