chucnorrisful / emoji

A golang library for emoji chars converting.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:Go 100.0%