Skip to content

frappe/emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

emoji

JSON File for Emojis

Usage

$.get('https://git.io/frappe-emoji', function (emojis) {
  // do stuff
});
>>> import requests
>>> res    = requests.get('https://git.io/frappe-emoji')
>>> emojis = res.json()

About

JSON File for Emojis (Used for @frappe)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published