Skip to content
This repository has been archived by the owner on Jul 4, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 630 Bytes

UptimeTest

A simple NodeJS app that continuously checks for network connectivity. Useful in offices with unreliable internet.

Installation

Local

  1. Clone this repo
  2. npm install
  3. npm start

Heroku

Simply click: Deploy or follow these manual steps:

  1. Install the Heroku Toolbelt
  2. git clone [email protected]:isisbusapps/UptimeTest.git
  3. cd UptimeTest
  4. heroku create
  5. heroku buildpacks:set heroku/nodejs
  6. git push heroku master