Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tedkulp/pax-checker
Application for finding tickets to PAX events
https://github.com/tedkulp/pax-checker
Last synced: 15 days ago
JSON representation
Application for finding tickets to PAX events
- Host: GitHub
- URL: https://github.com/tedkulp/pax-checker
- Owner: tedkulp
- Created: 2014-08-31T05:00:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T11:31:36.000Z (over 10 years ago)
- Last Synced: 2024-11-14T10:41:24.884Z (3 months ago)
- Language: CoffeeScript
- Size: 246 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pax Checker
A tool for watching for watching for PAX events to start selling tickets.
Checks every minute and then notifies you via SMS or Email immediately. Runs
on Heroku.## Deploying to Heroku
* Clone the repository
```bash
git clone http://github.com/tedkulp/activitystream.git
```* Create & configure for Heroku
```bash
heroku create example-paxchecker
heroku addons:add mongohq:sandbox
heroku addons:add sendgrid:starter
heroku addons:add telapi:test # Not adding this disables SMS attempts
heroku config:set BUILDPACK_URL=https://github.com/appstack/heroku-buildpack-nodejs-gulp.git
heroku config:add SERVICE_URL="http://$(heroku domains | grep "herokuapp.com")"
```* Push to heroku
```bash
git push heroku master
```* Navigate to your new site, register, and set notifications