Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 519 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 519 Bytes

Weather powered by Open Weather Map

On the configuration.json file, you should put the latitude and longitude of the place where the forecast will be queried. For example, if you live in Bat Cave, NC, USA the configuration would look as follows:

{
  "latitude": 35.4515,
  "longitude": -82.2871
}

To get the REST API key to use on the credentials.json file, you need to create an account here