ticktok

0.2.1 • Public • Published

Ticktok.io JS Client

CircleCI Release License Gitter

Description

This is a Javascript client for Ticktok.io. It allows to easily creating new clocks and invoke actions on ticks.

Installation

npm i ticktok

Examples

Register an action for a clock

const ticktok = require('ticktok')
 
ticktok('https://ticktok', 'token')
  .schedule({ name: 'kuku', schedule: 'every.10.seconds'}, (err, tick) => { console.log('tick') })

Community

Have some questions/ideas? Chat with us on Gitter

/ticktok/

    Package Sidebar

    Install

    npm i ticktok

    Weekly Downloads

    0

    Version

    0.2.1

    License

    Apache-2.0

    Unpacked Size

    32 kB

    Total Files

    17

    Last publish

    Collaborators

    • rockem