emmanuelvr / availability-checker

Website availability checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Availability Checker

This project is for checking availability of a website, writing the time when it was available in a file and store a copy of the website.

Prequisites

In index.js, you can change the INTERVAL and URL you want to call.

Running the app

  • Run npm install
  • Run mkdir response. In this folder we store the availability file and the copy of the site.
  • Run npm start

About

Website availability checker


Languages

Language:JavaScript 100.0%