Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danpalmer/statusboard-gosquared
Provide a proxy for JSON data from the GoSquared API to Panic's StatusBoard app for iPad.
https://github.com/danpalmer/statusboard-gosquared
Last synced: 25 days ago
JSON representation
Provide a proxy for JSON data from the GoSquared API to Panic's StatusBoard app for iPad.
- Host: GitHub
- URL: https://github.com/danpalmer/statusboard-gosquared
- Owner: danpalmer
- License: bsd-2-clause
- Created: 2013-04-11T17:22:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-11T20:24:07.000Z (over 11 years ago)
- Last Synced: 2024-04-08T16:59:47.814Z (7 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GoSquared API Proxy for Panic's Status Board
#### Timeline
Status Board by Panic can display custom graphs. This API translates a response for the timeline of a site's visitors from GoSquared into a format that Status Board can display.
```
http://domain/timeline/API_KEY/SITE_TOKEN
http://domain/timeline/API_KEY/SITE_TOKEN/COLOUR
```The colour of the graph is defined in the JSON returned, and defaults to "blue". Colours that Status Board will display are *red, blue, green, yellow, orange, purple, aqua, or pink*.
#### Pages
Status Board can also display tables of data. The API also provides an endpoint for accessing the most popular pages and their current visitor count.
```
http://domain/pages/API_KEY/SITE_TOKEN
```[Example using the GoSquared Demo stats](http://statusboard.danpalmer.me/timeline/demo/GSN-181546-E)