Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 718 Bytes

File metadata and controls

19 lines (15 loc) · 718 Bytes

Weather dashboard

This project was implemented with Vue.js library. There are few apis:

  1. Google - for location
  2. Dark Sky API - for fetching weather data
  3. Data was visualized using FusionCharts - Trial version

Getting Started

  1. Download *.zip or clone project to your machine.
  2. Run npm install
  3. Go to *Google api and create your own key
  4. COpy this key
  5. Go to file index.html in the project and insert key instead insert_here_google_key
  6. Run npm run dev

Screenshots

weather1