https://github.com/sakebook/fitbit-clock-face-sampler
Fitbit Clock Face sampler
https://github.com/sakebook/fitbit-clock-face-sampler
clockface fitbit fitbit-clockface fitbit-sdk lerna nodejs
Last synced: about 1 year ago
JSON representation
Fitbit Clock Face sampler
- Host: GitHub
- URL: https://github.com/sakebook/fitbit-clock-face-sampler
- Owner: sakebook
- License: mit
- Created: 2018-10-01T07:48:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T13:48:59.000Z (over 7 years ago)
- Last Synced: 2024-10-19T10:00:26.292Z (over 1 year ago)
- Topics: clockface, fitbit, fitbit-clockface, fitbit-sdk, lerna, nodejs
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fitbit-clock-face-sampler
## Requirement
- Node 8.0 +
- (Optional) lerna 3.0.0 +
## Setup
### Use lerna
```sh
$ git clone https://github.com/sakebook/fitbit-clock-face-sampler
$ npm install --global lerna
$ cd fitbit-clock-face-sampler
fitbit-clock-face-sampler$ lerna bootstrap --hoist
```
### If you do not use lerna
```sh
$ git clone https://github.com/sakebook/fitbit-clock-face-sampler
```
Under all packages
```
SOME_PACKAGE$ npm install
```
## Build
In any of the packages.
```
SOME_PACKAGE$ npx fitbit
fitbit$ build
fitbit$ install
```
## LICENSE
MIT