Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Sharkbyteprojects/TextUrl

Repository files navigation

TextUrl (LTS)

To use all UIs you must go to index.js and Remove in line 3 the //

Docker BuildTESTGitter

Exampleserver

With the help of our application you offer users the chance to turn text into urls. It stores text and offers the possibility to delete the message to anyone who knows the random link or id.

Docker (NOT STABLE)

NPM:

Tested on Windows

NPM

Example to use it over npm


API:

Replace id with the id of the message

Replace host with the hostname

  • Delete an Message: http://host/delete/id
  • Show raw Json of an Message: http://host/userdef/raw/id
  • Show raw XML of an Message: http://host/userdef/rawml/id

LINKS FOR DEVLOPERS: