Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kostya/entities
- Owner: kostya
- License: mit
- Created: 2016-09-26T12:28:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T13:15:45.000Z (about 7 years ago)
- Last Synced: 2024-08-01T00:41:14.399Z (3 months ago)
- Language: Crystal
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```