punkave / checky

A service that maintains a status check of selected sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
  }
]

About

A service that maintains a status check of selected sites


Languages

Language:JavaScript 100.0%