Lumo API client
Unofficial Lumo Lift API client for node.js
Features
- Authentication
- Activities
- Users (read only)
Usage
Install
npm install lumolift
Steps for last 24 hours
var lumolift = // assume you have already gotten an OAuth2 access token and it's still validvar accessToken = 'YOUR_ACCESS_TOKEN'var d = var endTime = Mathvar startTime = endTime - 24 * 60 * 60 // 24 hoursvar client = accessTokenclient
Checkout the rest of the samples