Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robbiethewagner/weather-app
- Owner: RobbieTheWagner
- Created: 2014-02-23T20:20:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T19:26:09.000Z (almost 11 years ago)
- Last Synced: 2024-10-20T14:14:02.040Z (2 months ago)
- Language: CSS
- Size: 3.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!