funkytime-stream
v1.0.0
Published
Stream data updates from funkytime.tv.
Downloads
5
Maintainers
Readme
Funkytime Stream
Stream data updates from funkytime.tv.
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.