Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 440 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 440 Bytes

NodeJS Wrapper for Streak API

NodeJS package that acts as a thin wrapper over the Streak API. You can checkout the full API documentation at https://www.steak.com/api

To include the api just do the standard

node install streak

and then

var Streak = require('streakapi');

Streak.init('api_key');

The actual API is very straightforward and the best way to know what functions are available is to read the source.