Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robbiethewagner/weather-app

This is a weather forecast app I created. You can enter a city and state and get back a 5 day forecast.
https://github.com/robbiethewagner/weather-app

Last synced: about 1 month ago
JSON representation

This is a weather forecast app I created. You can enter a city and state and get back a 5 day forecast.

Awesome Lists containing this project

README

        

weather-app
===========

This is a weather forecast app I created. You can enter a city and state and get back a 5 day forecast.

It uses AngularJS, Angular-UI Bootstrap, Twitter Bootstrap 3, bower, jQuery, Font Awesome, and Weather Icons. It also makes use of ngAnimate.

All weather data is retrieved from openweathermap.org using their API, and is consumed by the application using Angular's $http.get, and parsing the JSON that is returned.

To run the app, you must have node installed on your machine. Then clone the repo to your machine.

Steps to run:
```bash
cd weather-app
```
```bash
node server.js
```

Navigate to `http://localhost:8000/index.html#/`

Enter city,state in the box, press enter, and enjoy the forecasts!