funkytime-stream
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Funkytime Stream Travis CI Build Status

Stream data updates from funkytime.tv.

NPM Badge

Install

npm install funkytime-stream

Usage

const funkytimeStream = require("funkytime-stream");

funkytimeStream().on("newtopic", ({ title, url }) => console.log(title, url))
//=> KITi Assistant Release https://funkytime.tv/forums/topic/kiti-assistant-release/

API

funkytimeStream(options?)

options

Type: object

interval

Type: number
Default: 5000

Interval in milliseconds before checking for new topics.

Package Sidebar

Install

npm i funkytime-stream

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.41 kB

Total Files

6

Last publish

Collaborators

  • richienb