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

Dependents (4)

Package Sidebar

Install

npm i is-bot

Weekly Downloads

449

Version

0.0.1

License

MIT

Last publish

Collaborators

  • gjohnson