This app lets you bulk delete your tweets.
- Run
make install
. If it fails, it's likely you don't have some of the dependencies for Phoenix apps installed. Go to the Phoenix Installation Guide for help. - Next, you need to register a Twitter app. To do that, go to Twitter Apps.
- You will receive a key and a secret for your app. Expose these in your environment as
TWITTER_CONSUMER_KEY
andTWITTER_CONSUMER_SECRET
, e.g.export TWITTER_CONSUMER_KEY=ohai
.
- Run
make start
Now you can visit localhost:4000
from your browser.
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix