Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.03 KB

jswwo - Javascript client for WWO API

jswwo is a simple demo for World Weather Online API using JSONP/jquery/underscore

How to run

  1. Upload index.html to your local webserver, and point your browser to http://localhost/index.html.
  2. Or chdir to jswwo folder, and type 'node app' provided you have node installed on your machine.

You should see result as this screenshot.

Feature

  1. Templating using Underscore
  2. Form validation for UK/US/Canada postal code, IP address and Lat/Long
  3. Error checking from API call

See also

  1. NodeJS client for WWO API
  2. Javascript client for WWO API
  3. Java client for WWO API
  4. Android client for WWO API
  5. Python client for WWO API