Send pictures to a Twilio phone number, which posts it to Twitter. First 10 people will then get to view the picture before it self-destructs.

How to use

- Text a picture to a (240) 565-0664

- @twapchat tweets the picture

- picture only gets 10 views before it self destructs

How does it work

- Twilio receives picture and sends a `POST` request to a specified endpoint with picture data

- picture is saved to MongoDB

- URL is generated and hosted on server

- @twapchat tweets the URL

- the server tracks the number of requests per URL; if 10 views then delete in Mongo, destroy URL, remove tweet

Demo. Source.