Skip to content

Instantly share code, notes, and snippets.

@craic
Last active March 10, 2017 00:13
Show Gist options
  • Save craic/7258283 to your computer and use it in GitHub Desktop.
Save craic/7258283 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="100%"
src="http://forecast.io/embed/#lat=64.133753&lon=-21.879272&name=Reykjavik, Iceland&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