This is a simple Node JS & Express JS Bootforce App
- Clone this repository
- Run
yarn install
- edit .env file and add your url for the website you want to sent the request and time interval
URL=https://www.google.com INTERVAL=10000 (10 seconds | 1000 = 1 second)
- Run
yarn start
- Open
http://localhost:3000
in your browser - Open the console and see the logs
- Enjoy!