self-hosted website monitoring service.


> Storm is currently a WIP. > Storm is a 100% open-source platform that provides a self-hosted monitoring service to your web apps. It provides Slack notifications, AWS server reboot within Slack, and many more useful features. ## Table of contents - [Status](#status) - [Deploy to Heroku](#deploy-to-heroku) - [Developing](#developing) ## Status [![CircleCI](https://circleci.com/gh/ProctorU/storm.svg?style=svg)](https://circleci.com/gh/ProctorU/storm) ## Deploy to Heroku [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) ## Developing 1. Thank you! We love [our contributors](https://github.com/ProctorU/storm/graphs/contributors)! 1. Clone the repository. 1. Install missing dependencies: `bundle install`. 1. Setup your database: `rails db:setup`. 1. Make your changes in a thoughtfully-named branch. 1. Ensure 1:1 test coverage. 1. Submit a [Pull Request](https://github.com/ProctorU/storm/pulls)! 1. Celebrate! :tada: