From 9150e85fc44b01dbc4859be158f64b6396fb2f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=BDu=C5=BEak?= Date: Mon, 17 Aug 2020 09:37:02 +0200 Subject: [PATCH] Add textdb.dev service to text sharing See https://textdb.dev/ and https://github.com/bontaq/textdb for more information --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 948309d..8b7fc5d 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `echo "Hello world!" | curl -F 'clbin=<-' https://clbin.com` * `echo "Hello world!" | nc termbin.com 9999` * `echo "Hello world!" | curl -F 'sprunge=<-' sprunge.us` +* `echo "Hello world!" | curl -H "content-type: text/plain" -d @- https://textdb.dev/api/data/unique-id-for-my-text` ## URL shortener