Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 451 Bytes

Paste

Share small snippets of text using the web! All Pastes expire after 7 days.

Pastes is built using Cloudflare Workers and Cloudflare D1.

Usage

Create a new Paste

curl -v https://paste.mirio.dev/pastes -H 'Content-Type: text/plain' -d 'Hello World!'

{"url":"https://paste.mirio.dev/pastes/shwMg0"}

Get a Paste

curl https://paste.mirio.dev/pastes/shwMg0

Hello World!