https://github.com/mathieu2301/miband-chat
Allow you to chat with your MiBand
https://github.com/mathieu2301/miband-chat
vue-cli-3
Last synced: 4 months ago
JSON representation
Allow you to chat with your MiBand
- Host: GitHub
- URL: https://github.com/mathieu2301/miband-chat
- Owner: Mathieu2301
- Created: 2020-03-24T11:20:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T10:29:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T13:30:48.071Z (6 months ago)
- Topics: vue-cli-3
- Language: Vue
- Homepage: https://miband-chat.usp-3.fr/
- Size: 991 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiBand Chat
MiBand Chat allows you to chat between 2 or more MiBands.
The app is serverless, using [Blast](https://www.npmjs.com/package/blast-api).## 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/).