dicomresearch/jawbone-api

Library to work with the Jawbone Up API

dev-master 2016-04-26 14:34 UTC

This package is not auto-updated.

Last update: 2024-04-19 20:09:31 UTC


README

Library for a simple integration with "Jawbone Up"

Install with Composer

If you're using Composer to manage dependencies, you can add JawboneApi with it.

{
  "require" : {
    "anchoret/jawbone-api" : "dev-master"
  }
}

Install source from GitHub

Library requires PHP v5.4+. Download the PHP library from Github, and require in your script like so:

To install the source code:

$ git clone git@github.com:anchoret/jawbone-api.git