Skip to content

Commit 36a9654

Browse files
author
Austin Schneider
committed
update docs
1 parent 4317ee4 commit 36a9654

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# Pinger
22

33
## What is it?
4+
45
Pinger is a web application that let's you schedule HTTP requests and setup alerts based on the responses.
56

67
## Why would I use it?
8+
79
Pinger is a good open source alternative for website monitoring. Set up an alert to notify via email when your site is down.
810

911
## Running on Heroku
1012

1113

1214
## Technologies
15+
1316
Pinger is built on, and makes use of:
1417

1518
* [Ruby on Rails](http://rubyonrails.org) - the web application framework
1619
* [Resque](https://rubygems.org/gems/resque) - background job queueing, scheduling and processing
1720
* [Cucumber](https://rubygems.org/gems/cucumber) - high level, acceptance-style testing
18-
* [RSpec](https://rubygems.org/gems/rspec) - low level, unit-style testing
21+
* [RSpec](https://rubygems.org/gems/rspec) - low level, unit-style testing
22+
23+
## Notes
24+
25+
Although Pinger is at a fairly stable version, it is very much a work-in-progress application. Contributions are very welcome.

0 commit comments

Comments
 (0)