Skip to content

Instantly share code, notes, and snippets.

View evanwike's full-sized avatar

Evan Wike evanwike

  • Kansas City, Missouri
View GitHub Profile
@evanwike
evanwike / _usage.md
Created September 29, 2016 09:45 — forked from tbranyen/_usage.md
OpenWeatherMap / Weather Icons integration
  1. Include Weather Icons in your app: https://github.com/erikflowers/weather-icons

  2. Include the below JSON in your application, for example purposes, lets assume it's a global named weatherIcons.

  3. Make a request to OpenWeatherMap:

req = $.getJSON('http://api.openweathermap.org/data/2.5/weather?q=London,uk&callback=?');