Skip to content

Instantly share code, notes, and snippets.

@webapprentice
Last active December 27, 2015 16:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save webapprentice/7359469 to your computer and use it in GitHub Desktop.
Save webapprentice/7359469 to your computer and use it in GitHub Desktop.
Embed a Weather Forecast from forecast.io in a web page
<iframe id="forecast_embed" type="text/html" frameborder="0" height="245" width="75%"
src="http://forecast.io/embed/#lat=69.649205&lon=18.955324&name=Tromso, Norway&color=#00aaff&font=Helvetica&units=us">
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment