Skip to content

Instantly share code, notes, and snippets.

View InventivetalentDev's full-sized avatar
🏳️‍🌈

Haylee Schäfer InventivetalentDev

🏳️‍🌈
View GitHub Profile
@InventivetalentDev
InventivetalentDev / _usage.md
Last active September 8, 2020 23:31 — 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=?');