Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 259 Bytes

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