Skip to content

hexinpeter/AnonymousSMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a Rails app allowing people to schedule an anoymous SMS to be sent to any Australian phone number, and to check the replies too. It uses the Telstra SMS API.

Checkout the website at smsanonymous.herokuapp.com

Deployment on Heroku

  • database migration: heroku run db:migrate
  • set environment vars: figaro heroku:set -e production
  • add the Redis addon to Heroku: heroku addons:add redistogo
  • set Heroku to use Redis: heroku config:set REDIS_PROVIDER=REDISTOGO_URL
  • start sidekiq: heroku run sidekiq

About

Send scheduled anonymous SMS to anyone in Australia.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published