emoji: emoji utility

[ bsd3, library, program, unicode ] [ Propose Tags ]

emoji utility


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies aeson, base (>=4.7 && <5), bytestring, emoji, template-haskell (>=2.11), text, unordered-containers [details]
License BSD-3-Clause
Copyright 2018 Daishi Nakajima
Author Daishi Nakajima
Maintainer nakaji.dayo@gmail.com
Category Unicode
Home page https://github.com/nakaji-dayo/hs-emoji#readme
Source repo head: git clone https://github.com/githubuser/hs-emoji
Uploaded by nakaji_dayo at 2018-01-05T10:01:47Z
Distributions NixOS:0.1.0.2
Reverse Dependencies 2 direct, 2 indirect [details]
Executables emoji-example
Downloads 3431 total (16 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-05 [all 1 reports]

Readme for emoji-0.1.0.2

[back to package description]

hs-emoji

example

import Data.Emoji

main = do
  print (unicodeByName "sushi")
  mapM_ putStrLn (unicodeByName "pizza")

output

Just "\127843"
🍕

build

./download.sh
stack build

emoji data

This library gets emoji list file from here