1.0.0 • Published 4 years ago

funkytime-stream v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.