Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensiblewood/yahoo-tutorial
Simple JavaScript application to support a ProgrammableWeb tutorial on the Yahoo! Weather API
https://github.com/sensiblewood/yahoo-tutorial
Last synced: 23 days ago
JSON representation
Simple JavaScript application to support a ProgrammableWeb tutorial on the Yahoo! Weather API
- Host: GitHub
- URL: https://github.com/sensiblewood/yahoo-tutorial
- Owner: SensibleWood
- License: mit
- Created: 2016-01-07T17:22:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T07:36:58.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T20:25:26.972Z (about 1 month ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introduction
This repository contains the source code for a ProgrammableWeb tutorial on the Yahoo! Weather API
## Running the application
Follow these steps to run the application. First clone the repository:
```
git clone https://github.com/SensibleWood/yahoo-tutorial.git
```Then cd into the project and start a web server (example shown using Python 2.7)
```
python -m SimpleHTTPServer
```Browse to the application, enter a place and hit 'Get Forecast'. Job done!