twitchbots-node

1.0.1 • Public • Published

twitchbots-node

Build Status codecov Dependency Status

Ready to use node.js module for the twitchbots.info API.

Instalation

To add this module to your node project just run npm install --save twitchbots-node.

Usage

var twitchbots = require("twitchbots-node");
 
twitchbots.getBot("moobot").then(function(bot) {
    if(bot.isBot)
        console.log(bot.username, "is a bot");
    else
        console.log(bot.username, "is not a bot");
});

See twitchbots-base for a documentation of all methods available on the twitchbots object.

License

This module is licensed under the MIT license.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i twitchbots-node

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • freaktechnik