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

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

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