Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kostya/entities

Crystal html entities decoder
https://github.com/kostya/entities

Last synced: 19 days ago
JSON representation

Crystal html entities decoder

Awesome Lists containing this project

README

        

# Entities

Crystal html entities decoder

## Installation

Add this to your application's `shard.yml`:

```yaml
dependencies:
entities:
github: kostya/entities
```

And run `crystal deps`

## Usage

```crystal
require "entities"

puts Entities.new("Christoph Gärtner").decode
# => "Christoph Gärtner"
```