A simple text uploader using node.js.
Texts are deleted after 24 hours.
Hosted on heroku. Try it here
POST /upload/ + text
to upload text and receive hash
GET /request/ + hash
to get text from hash
To start the server type
npm run start
Open index.html
and start sending requests via localhost:8081
to the server