0.0.8 • Published 6 years ago

goalfeed v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Goalfeed JS

Simple package to react to goalfeed.ca events

How To Use

Simply instantiate the object with a valid username and password and then handle goal events as a callback

const Goalfeed = require('goalfeed');
const goalfeed = new Goalfeed('email', 'password')

goalfeed.onGoal((data) => {
  console.log('client action');
});
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago