mkempinsky / Weather-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Webpage to display current weather in various locations

This weather app uses OpenWeatherMap to get current weather information for searched cities.

Technologies Used:

Use of OpenWeatherMap requires an API key, which the app expects to access as "keys.weather". Users can sign up for a free or paid OpenWeatherMap account here.

After cloning and supplying an API key, run bower install, npm install and then gulp serve to run on localhost. Serving defaults to port 8080, which is configurable in the gulpfile in the 'connect' task.

About


Languages

Language:JavaScript 59.0%Language:HTML 39.0%Language:CSS 2.0%