Code Monkey home page Code Monkey logo

bonefire's Introduction

bonefire

A simple Node.js tool that fetches and uploads Jawbone UP data to a Firebase app. (Because Jawbone UP is a dead product. Get your data out while you still can!)

installation and usage

To start, you'll need Node

installation

  1. Clone this repository.
  2. Ensure you have node version 8.x and npm version 5.x installed.
  3. Install the project dependencies by running the command npm install in your Terminal program.

usage

The core command of this tool is fetch, and it takes one of the following types:

  • steps
  • sleeps
  • heartrates

The following top-level documentation can also be viewed at any time by running ./bonefire.js --help.

bonefire.js <cmd> [args]

Commands:
  bonefire.js fetch <type>  fetch Jawbone UP data of a particular <type>

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Command-specific documentation is viewed with ./bonefire.js <cmd> --help and will display as follows (here for the core fetch command):

bonefire.js fetch <type>

fetch Jawbone UP data of a particular <type>

Positionals:
  type  Jawbone datatype from: steps, sleeps, heartrates     [string] [required]

Options:
  --version       Show version number                                  [boolean]
  --help          Show help                                            [boolean]
  --interval, -i                                                [default: 10000]

development

  1. Clone this repository.
  2. Ensure you have node version 8.x and npm version 5.x installed.
  3. Install the project dependencies with npm install (or yarn if that's more your speed)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.