0.2.1 • Published 5 years ago

ticktok v0.2.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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

0.2.1

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.11-0

5 years ago

0.0.10

5 years ago

0.0.2

5 years ago