Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brycedorn/emoji-dict

A complete list of English words that can be written entirely with emoji. Because.
https://github.com/brycedorn/emoji-dict

dictionary emoji fun language rust svelte words

Last synced: about 2 months ago
JSON representation

A complete list of English words that can be written entirely with emoji. Because.

Awesome Lists containing this project

README

        

Ever wonder how many words can be constructed entirely from the emoji that are English letters? I do.

[Demo](https://bryce.io/emoji-dict).

Uses frequency hashing against this [(English) dictionary](https://github.com/dwyl/english-words) to generate a list of words. Feel free to fork & try it with different languages.

## Generate words

Install [Rust](https://www.rust-lang.org/tools/install), then:

cargo run

## Run site

yarn
yarn dev