8000 GitHub - wangii/emoji: A golang library for emoji chars converting.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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 nyarla@thotep.net

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

0