https://github.com/amg262/vue-fitbit
Full health metric dashboards, graphs, charts from your Fitbit using Vue, Bootstrap, Chart.js, Fitbit API
https://github.com/amg262/vue-fitbit
chartjs fitbit-api vuejs
Last synced: 10 months ago
JSON representation
Full health metric dashboards, graphs, charts from your Fitbit using Vue, Bootstrap, Chart.js, Fitbit API
- Host: GitHub
- URL: https://github.com/amg262/vue-fitbit
- Owner: amg262
- Created: 2022-04-20T16:00:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T20:53:46.000Z (over 2 years ago)
- Last Synced: 2024-05-21T05:38:46.577Z (about 2 years ago)
- Topics: chartjs, fitbit-api, vuejs
- Language: Vue
- Homepage: http://vuefitbit.com/
- Size: 5.42 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-fitbit
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).