Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterevarior/aare-guru-dashboard
🌊 A dashboard with infos from aare.guru
https://github.com/masterevarior/aare-guru-dashboard
aare aare-guru-dashboard aareguru dashboard github-page guru vue vuejs vuetify
Last synced: about 2 months ago
JSON representation
🌊 A dashboard with infos from aare.guru
- Host: GitHub
- URL: https://github.com/masterevarior/aare-guru-dashboard
- Owner: MasterEvarior
- License: gpl-3.0
- Created: 2020-07-22T17:46:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:16:12.000Z (about 2 years ago)
- Last Synced: 2023-03-03T23:33:38.956Z (almost 2 years ago)
- Topics: aare, aare-guru-dashboard, aareguru, dashboard, github-page, guru, vue, vuejs, vuetify
- Language: Vue
- Homepage: https://aare-guru-dashboard.giannin.dev
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aare Guru Dashboard
![Deploy to github pages](https://github.com/MasterEvarior/aare-guru-dashboard/workflows/Deploy%20to%20github%20pages/badge.svg?branch=master) ![Website](https://img.shields.io/website?url=https%3A%2F%2Fmasterevarior.github.io%2Faare-guru-dashboard%2F) ![GitHub package.json version](https://img.shields.io/github/package-json/v/MasterEvarior/aare-guru-dashboard)
Aare Guru Dashboard is a little Vue.js project which shows some information from the [aare.guru website](aare.guru) summerized in a small dashboard. It used the [Aare.guru API](https://aareguru.existenz.ch/openapi/) to achieve this. The dashboard is responsive and mobile friendly.You can check out the dashboard [here](https://masterevarior.github.io/aare-guru-dashboard/).
## Used technologies
- [Vue.js](https://vuejs.org)
- [Vuetifyjs](https://vuetifyjs.com)
- GitHub-Actions(for automating the deployment)## Deployment to GitHub-Pages
The deployment has been automated with GitHub-Actions with full credit going to [this](https://dev.to/rolanddoda/deploy-to-github-pages-like-a-pro-with-github-actions-4hdg) guide.## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).