Skip to content
/ emoji Public

A golang library for emoji chars converting.

License

Notifications You must be signed in to change notification settings

wangii/emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji

Build Status GoDoc

A golang library for emoji chars converting.

INSTALL

$ go get -u github.com/chnlr/emoji

EXAMPLE CODE

package main

import (
    "fmt"

    "github.com/chnlr/emoji"
)

func main() {
    fmt.Println(emoji.EmojiTagToUnicode(`:+1:`)) // => 👍
}

DOCUMENTATION

Author

Naoki OKAMURA a.k.a nyarla [email protected]

LICENSE

MIT

USGIN LIBRARIES

  1. map.go in this package is base by https://github.com/melborne/emot/blob/master/lib/emot/map.rb (ruby's emot)
    • ruby's emot is under the MIT
    • Copyright (c) 2014 kyoendo.
  2. this library is using to twemoji's SVG link with MaxCDN for generates emoji image link.

About

A golang library for emoji chars converting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages