Skip to content

Commit

Permalink
Merge branch 'master' of github.com:smirko-dev/fitbit-clockface
Browse files Browse the repository at this point in the history
  • Loading branch information
smirko-dev committed Nov 8, 2020
2 parents 03e4dd8 + 8c21aeb commit c6decab
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Fitbit CI
name: FitbitBuild

on:
push:
Expand All @@ -14,14 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout master
uses: actions/checkout@master
- name: Checkout branch
uses: actions/checkout@v2
with:
lfs: true

- name: Checkout LFS objects
run: git lfs checkout

- name: Setup node
uses: actions/setup-node@v1

Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
![languages](https://img.shields.io/badge/languages-JavaScript%20|%20CSS-blue)
![platform](https://img.shields.io/badge/platform-Fitbit%20Ionic-silver)
![version](https://img.shields.io/badge/version-%201.1.1-green)
[![FitbitBuild Actions Status](https://github.com/smirko-dev/fitbit-clockface/workflows/FitbitBuild/badge.svg)](https://github.com/smirko-dev/fitbit-clockface/actions)

## Description

Expand All @@ -18,7 +19,18 @@ It comes with
The clockface is based on https://github.com/Fitbit/sdk-calendar-clock/.

Icons are from https://materialdesignicons.com/ ([Apache license version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)).
## Screenshot

## Screenshot

![Screenshot](screenshot.png)

## How to build

```
git clone [email protected]:smirko-dev/fitbit-clockface.git
cd fitbit-clockface
npm add --dev @fitbit/sdk
npm add --dev @fitbit/sdk-cli
npx fitbit-build generate-appid
npx fitbit-build
```

0 comments on commit c6decab

Please sign in to comment.