Ionic simple weather app App that discovers temperature based on user position. This app is based on this tutorial. Make sure you have installed NodeJS. On www/js/app.js change the variable var api_key = "YOUR-KEY";, for your DarkSky API key. Run npm install Run ionic serve (The geolocation methods are deprecated in Chromium version 50 and higher. Use another browser or older Chromium for tests) Enjoy