This is a Javascript client for Ticktok.io. It allows to easily creating new clocks and invoke actions on ticks.
npm i ticktok
const ticktok = require('ticktok')
ticktok('https://ticktok', 'token')
.schedule({ name: 'kuku', schedule: 'every.10.seconds'}, (err, tick) => { console.log('tick') })
const ticktok = require('ticktok')
ticktok('https://ticktok', 'token').tick({ name: 'popo', schedule: '@Never' })
Have some questions/ideas? Chat with us on Gitter