Skip to content

Instantly share code, notes, and snippets.

@thiagosilr
Last active April 19, 2018 00:23
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/91f82a530eb0cc4259e6 to your computer and use it in GitHub Desktop.
Save thiagosilr/91f82a530eb0cc4259e6 to your computer and use it in GitHub Desktop.
$(function() {
$('#weather').weather({
geoLocation: true,
locationLat: -19.9267427,
locationLon: -43.9601151,
lang: 'pt',
unit: 'c',
format: 'today',
pathFolderLocales: 'path/locales'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment