https://github.com/rishabkumar7/weatherdashboard
My first Dashboard built with VueJS and DarkSky API.
https://github.com/rishabkumar7/weatherdashboard
Last synced: 12 months ago
JSON representation
My first Dashboard built with VueJS and DarkSky API.
- Host: GitHub
- URL: https://github.com/rishabkumar7/weatherdashboard
- Owner: rishabkumar7
- Created: 2020-02-19T13:59:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T13:22:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T18:47:37.279Z (about 1 year ago)
- Language: Vue
- Homepage: https://weatherdashboard.rishabkumar.ga/
- Size: 546 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Weather Dashboard
[](https://app.netlify.com/sites/quirky-ptolemy-bd51f4/deploys)
> A Vue.js project
You will need to get your own Google API key to input into index.html.
## API
>Dark Sky API & Google API
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).