fb-crawler-check
v0.8.1
Published
Check user agent to be a facebook crawler
Downloads
3
Maintainers
Readme
Introduction
Super mega ultra simple lightweight and simple plugin to check if user agents belong to facebook open graph crawler.
Intallation
npm install fb-crawler-check
Usage
const fbCrawlerCheck = require("fb-crawler-check"),
userAgent = "string"
isCrawler = fbCrawlerCheck(userAgent);