Skip to content

Built on Nodejs and Puppeteer that scrapes off useful data from downdetector.com without any requirement of API keys or subscription for free.

License

Notifications You must be signed in to change notification settings

erucix/downdetector-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🫠 Local DownDetector API

Scrapes downdetector.com 🍳 using Puppeteer and Node.js and responds with JSON message. This doesn't require any subscription and works as your local server.

🗿 How to run?

Paste this into your terminal.

git clone https://github.com/erucix/downdetector-scraper.git
cd downdetector-scraper
npm i puppeteer
node app.js

downdetector.js can be used as independent library to get message. For example:

const DownDetector = require("./downdetector");
const detector = new DownDetector();

detector.detect("github");
detector.on("response", (msg)=>{
	console.log("Response: " + msg)
})

Furthermore to use a custom browser for pupppeteer (in case of linux) use:

export EXEC_PATH=YOUR_PATH_HERE

🏁 Note

This is in no way affiliated with downdetector.com 🍳 and thanks for looking over my project 🫡

About

Built on Nodejs and Puppeteer that scrapes off useful data from downdetector.com without any requirement of API keys or subscription for free.

Topics

Resources

License

Stars

Watchers

Forks