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

Files

Latest commit

author
Gabriel Farrell
Jul 20, 2012
799fb13 · Jul 20, 2012

History

History
21 lines (18 loc) · 341 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 341 Bytes

checky

A service that maintains a status check of selected sites

The "sites" list should be POSTed to the index in the following format:

[
  {
    "name": "Example One",
    "slug": "example",
    "url": "http://example.com"
  },
  {
    "name": "Example Two",
    "slug": "example2",
    "url": "http://example.org"
  }
]