A simple NodeJS app that continuously checks for network connectivity. Useful in offices with unreliable internet.
- Clone this repo
npm install
npm start
Simply click: or follow these manual steps:
- Install the Heroku Toolbelt
git clone [email protected]:isisbusapps/UptimeTest.git
cd UptimeTest
heroku create
heroku buildpacks:set heroku/nodejs
git push heroku master