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

https://github.com/robbrazier/entitydecode.com

EntityDecode website (Mirror of https://codeberg.org/robbrazier/entitydecode.com)
https://github.com/robbrazier/entitydecode.com

decoder entity html

Last synced: about 2 months ago
JSON representation

EntityDecode website (Mirror of https://codeberg.org/robbrazier/entitydecode.com)

Awesome Lists containing this project

README

          

# EntityDecode

A fully client-side tool to encode and decode HTML Entities from text (e.g.
`»` → `»`) and decode URL components (e.g. `%23` → `#`)

![GitHub License](https://img.shields.io/github/license/RobBrazier/entitydecode.com)
[![Built with Astro](https://astro.badg.es/v2/built-with-astro/tiny.svg)](https://astro.build)

## Running Locally

Packages are installed with [bun](https://bun.sh)

```bash
deno install
```

To run the app, use

```bash
deno run dev
```

## Maintenance

I may do the occasional rewrite of this app as a test for other technologies,
but remain the same functionality.

It's essentially feature complete for what I have intended to write, so just
'maintenance mode' - responding to dependabot/renovate constantly pinging me
about dependencies needing to be updated.

**DISCLAIMER** No support is provided - this is a toy project