Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 474 Bytes

File metadata and controls

33 lines (24 loc) · 474 Bytes

node-pinger

Just another uptime pinging service.

Requires

  • Node 0.10.x
  • MongoDB

Usage

cp .env.example .env # and update accordingly
# db.sites.insert("active" : "1", "contactEmail" : "test@example.com", "contactName" : "Joe", "ip" : "127.0.0.1", "name" : "localhost", "url" : "http://localhost:3000" })
npm install
npm start

Run tests

npm test

Maintained by

  • Servicient / MTL Dev
  • lukewendling