https://github.com/prettydiff/schadenfreude
https://github.com/prettydiff/schadenfreude
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prettydiff/schadenfreude
- Owner: prettydiff
- Created: 2016-11-19T14:04:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-19T23:51:31.000Z (about 9 years ago)
- Last Synced: 2025-01-30T03:27:06.234Z (11 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Uptime Dashboard
## Instructions
### From the terminal
1. `git clone git@github.com:prettydiff/schadenfreude.git`
2. `cd schadenfreude`
3. `node service.js`
### From the browser
4. Go to https://localhost:9001
If you are in an environment with an unstable network or unreliable services you will need some help. TCP timeouts will break this simple Node service. Here is a quick alternative approach:
1. `npm install forever -g`
2. `forever start service.js`
3. Go to https://localhost:9001 in the browser
## Notes
* I am not formatting the data response, because I don't know what your data looks like. The data comes back in a function called *ajax*.
* Enjoy random background images that stretch to fit the view port by creating a directory named *images* and putting 11 images in there named: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10. Finally uncomment line 974 in the interaction.js file.
Enjoy!