Skip to content

Instantly share code, notes, and snippets.

@thiagosilr
Created April 18, 2018 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagosilr/1c728b83096c8317a3e2cf685bae3726 to your computer and use it in GitHub Desktop.
Save thiagosilr/1c728b83096c8317a3e2cf685bae3726 to your computer and use it in GitHub Desktop.
Configuração básica do plugin jquery.weather.br
<div id="weather"></div>
<script>
$(function() {
$('#weather').weather({
locationLat: -19.9267427,
locationLon: -43.9601151
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment