Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dailydrip/elm-emoji
A searchable emoji database for Elm
https://github.com/dailydrip/elm-emoji
elm emoji
Last synced: about 1 month ago
JSON representation
A searchable emoji database for Elm
- Host: GitHub
- URL: https://github.com/dailydrip/elm-emoji
- Owner: dailydrip
- Created: 2017-04-19T15:24:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T20:43:13.000Z (over 7 years ago)
- Last Synced: 2024-04-15T02:10:23.085Z (8 months ago)
- Topics: elm, emoji
- Language: Elm
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-emoji
> A searchable emoji databaseThis is a simple Elm package that collects all of the emoji into a module and
provides a means of searching the database for a given emoji. I'm using it in an
emoji picker package I'm working on.## Example
There's an example with an emoji picker in the `example` directory.
```sh
cd example
elm-reactor
```## NOTE
There are presently emoji missing from this package. This is due to [this issue
on elm-compiler](https://github.com/elm-lang/elm-compiler/issues/1585). I'll
look into other ways to make this work in the meantime, but wanted to get a
version out.## Contributors
- Josh Adams
- Nate Nichols