An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Vue Weather Dashboard
[![Netlify Status](https://api.netlify.com/api/v1/badges/f8f9daeb-91e8-4dc6-8aed-59845616fc3d/deploy-status)](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).