https://github.com/abock/dotnet-ecoji
😻 Encode and decode data using emoji in .NET❣️ Like base64, except base1024, and uses an emoji alphabet. 🎉
https://github.com/abock/dotnet-ecoji
csharp dotnet ecoji emoji encoding unicode
Last synced: 10 months ago
JSON representation
😻 Encode and decode data using emoji in .NET❣️ Like base64, except base1024, and uses an emoji alphabet. 🎉
- Host: GitHub
- URL: https://github.com/abock/dotnet-ecoji
- Owner: abock
- License: mit
- Created: 2020-05-28T02:39:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T15:36:48.000Z (almost 6 years ago)
- Last Synced: 2025-08-01T05:52:49.344Z (11 months ago)
- Topics: csharp, dotnet, ecoji, emoji, encoding, unicode
- Language: C#
- Homepage: https://ecoji.dev
- Size: 7.96 MB
- Stars: 60
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[][docsite]
[](https://github.com/abock/dotnet-ecoji/actions?query=workflow%3A%22.NET+Core%22)
[](https://www.nuget.org/packages/dotnet-ecoji/)
[](LICENSE)
Encode and decode data using emoji in .NET. Like base64, except base1024, and uses an emoji alphabet. Ecoji .NET is a .NET Standard 2.0 implementation of [Keith Turner's Ecoji Standard](https://github.com/keith-turner/ecoji). In addition to the tiny `netstandard2.0` library, a .NET Core command line tool is available.
Visit [ecoji.io](https://ecoji.io) to try Ecoji in your browser.
## Read the Docs
For code and command line tool examples, API documentation, and a little more,
[visit the full documentation][docsite].
## Use It In Your App
```bash
$ dotnet add package ecoji
```
## Install the Command Line Tool
```bash
$ dotnet tool install -g dotnet-ecoji
```
## Build & Contribute
* [Install .NET Core 3.1](https://dotnet.microsoft.com/download)
* [Clone The Repo](https://github.com/abock/dotnet-ecoji)
* From the root of the checkout you may:
* Run `dotnet build` to build everything
* Run `dotnet run -p src/Ecoji.CommandLineTool` to run the command line tool
* Run `dotnet test` to run the unit tests
* Please file issues and pull requests if you feel so compelled! 🍿
[docsite]: https://ecoji.dev