is-bot

0.0.1 • Public • Published

is-bot

Determines if a user-agent is a bot/spider/crawler.

usage

var isbot = require('is-bot');
var assert = require('assert');
 
assert(isbot('Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'));

install

$ npm install is-bot

license

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    417
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    417

Package Sidebar

Install

npm i is-bot

Weekly Downloads

240

Version

0.0.1

License

MIT

Last publish

Collaborators

  • gjohnson