Skip to content

Morioh-Lab/is-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detect user-agent is a bot/spider/crawler

// const { isBot } = require('@morioh/is-bot');

const isBot = require('@morioh/is-bot');

console.log(isBot('Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)'));
// return true

About

Detect user-agent is a bot/spider/crawler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published