Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!