0.0.3 • Published 7 years ago

@nkashy1/pollster v0.0.3

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

pollster

Hurry up and wait


Travis

pollster allows you to set up polls for any kind of event or change, with custom handlers.

Getting started

In order to run pollster, you will need node.js (v9.11).

To install it, run:

npm install @nkashy1/pollster

You can define your predicates (what you poll on) in any language -- if they can be run from the command line, you can use the spawnPredicate utility to use them with pollster.

Currently, pollster requires you to define your handlers in node. This can change if there is sufficient demand for it (just open an issue).

This example shows you how to set up a poll on the creation of a specific file and send an SMS in response.

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago