https://github.com/dawranliou/emoji
Emoji for Clojure
https://github.com/dawranliou/emoji
clojure emoji fun
Last synced: 18 days ago
JSON representation
Emoji for Clojure
- Host: GitHub
- URL: https://github.com/dawranliou/emoji
- Owner: dawranliou
- License: mit
- Created: 2019-09-18T15:44:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T01:06:55.000Z (over 5 years ago)
- Last Synced: 2025-06-05T20:54:06.623Z (24 days ago)
- Topics: clojure, emoji, fun
- Language: Clojure
- Homepage: https://cljdoc.org/d/dawran6/emoji
- Size: 124 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# emoji
[](https://clojars.org/dawran6/emoji) [](https://cljdoc.org/d/dawran6/emoji/CURRENT) [](https://circleci.com/gh/dawran6/emoji)
Emoji for Clojure
## Usage
```clojure
(require '[emoji.core :as e])(e/emojify "Clojure is awesome :thumbsup:")
;; => "Clojure is awesome 👍"(e/demojify "Clojure is awesome 👍")
;; => "Clojure is awesome :thumbsup:";; Emojify everything
(e/emojify-all "pen pineapple apple pen")
;; => "pen 🍍 🍎 pen"```
## License
Copyright © 2019 Daw-Ran Liou
Distributed under the MIT License