This project was implemented with Vue.js library. There are few apis:
- Google - for location
- Dark Sky API - for fetching weather data
- Data was visualized using FusionCharts - Trial version
- Download *.zip or clone project to your machine.
- Run
npm install
- Go to *Google api and create your own key
- COpy this key
- Go to file
index.html
in the project and insert key insteadinsert_here_google_key
- Run
npm run dev