├── .gitignore ├── LICENSE ├── README.md ├── config.sample.php └── webhook.php /.gitignore: -------------------------------------------------------------------------------- 1 | config.php 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fitztrev/make-it-rain/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fitztrev/make-it-rain/HEAD/README.md -------------------------------------------------------------------------------- /config.sample.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fitztrev/make-it-rain/HEAD/config.sample.php -------------------------------------------------------------------------------- /webhook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fitztrev/make-it-rain/HEAD/webhook.php --------------------------------------------------------------------------------