An open API service indexing awesome lists of open source software.

https://github.com/aweirddev/text-v2

Txtshower v2.
https://github.com/aweirddev/text-v2

copy-paste html text

Last synced: 5 months ago
JSON representation

Txtshower v2.

Awesome Lists containing this project

README

          

# text-v2

Text shower v2.

## Take a Shower
```http
GET https://aweirddev.github.io/text-v2?c=…
```
**URL Parameters**:
- `c` – The content. Supports HTML. (Encoded with Base64)

## Examples

Below is an example of "Hello, World!"

> [!NOTE]
> When using HTML tags, remember to quote (`encodeURIComponent`) your base64

```haskell
https://aweirddev.github.io/text-v2?c=SGVsbG8sIFdvcmxkIQ==
```