Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 457 Bytes

text-uploader

A simple text uploader using node.js.
Texts are deleted after 24 hours.

Hosted on heroku. Try it here

REST API

POST /upload/ + text to upload text and receive hash
GET /request/ + hash to get text from hash

Getting started

To start the server type

npm run start

Open index.html and start sending requests via localhost:8081 to the server