All Projects → amio → Emoji.json

amio / Emoji.json

Just an emoji.json

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Emoji.json

Weird Json
A collection of strange encoded JSONs. For connoisseurs.
Stars: ✭ 53 (-69.71%)
Mutual labels:  json, emoji
Countries
Countries, Languages & Continents data (capital and currency, native name, calling codes).
Stars: ✭ 656 (+274.86%)
Mutual labels:  json, emoji
Xxl Tool
a series of tools that make Java development more efficient.(Java工具类库XXL-TOOL)
Stars: ✭ 311 (+77.71%)
Mutual labels:  json, emoji
Countries
Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2 and Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, ccTLD countries domains, IOC/NOC and FIFA letters codes, VERY FAST, NO maps[], NO slices[], NO init() funcs, NO external links/files/data, NO interface{}, NO specific dependencies, Databases/JSON/GOB/XML/CSV compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and ccTLD standarts.
Stars: ✭ 85 (-51.43%)
Mutual labels:  json, emoji
Emoji
💌 Find the emoji that echoes your mind.
Stars: ✭ 2,072 (+1084%)
Mutual labels:  emoji
Json Api
Implementation of JSON API in PHP 7
Stars: ✭ 171 (-2.29%)
Mutual labels:  json
Terraform Provider Shell
Terraform provider for executing shell commands and saving output to state file
Stars: ✭ 172 (-1.71%)
Mutual labels:  json
Twemoji
Emoji for everyone. https://twemoji.twitter.com/
Stars: ✭ 13,604 (+7673.71%)
Mutual labels:  emoji
Tilejson Spec
JSON format for describing map tilesets.
Stars: ✭ 175 (+0%)
Mutual labels:  json
Quill Emoji
Quill module toolbar extension for emoji
Stars: ✭ 175 (+0%)
Mutual labels:  emoji
Sketch I18n
Translate pages in Sketch
Stars: ✭ 173 (-1.14%)
Mutual labels:  json
Tlog
Terminal I/O logger
Stars: ✭ 170 (-2.86%)
Mutual labels:  json
Mojibar
🍊 Emoji searcher but as a menubar app.
Stars: ✭ 2,040 (+1065.71%)
Mutual labels:  emoji
Company Website Pro
现代公司企业官网以及电子商务产品网站
Stars: ✭ 172 (-1.71%)
Mutual labels:  json
Web Database Analytics
Web scrapping and related analytics using Python tools
Stars: ✭ 175 (+0%)
Mutual labels:  json
Node Js2xmlparser
Popular Node.js module for parsing JavaScript objects into XML
Stars: ✭ 171 (-2.29%)
Mutual labels:  json
Emoji Ime Dictionary
日本語で絵文字入力をするための IME 追加辞書 📙 Google 日本語入力などで日本語から絵文字への変換を可能にする IME 拡張辞書です
Stars: ✭ 172 (-1.71%)
Mutual labels:  emoji
Githubdb
A Lightweight Cloud based JSON Database with a MongoDB like API for Node.
Stars: ✭ 174 (-0.57%)
Mutual labels:  json
Linkedin Profile Scraper
🕵️‍♂️ LinkedIn profile scraper returning structured profile data in JSON. Works in 2020.
Stars: ✭ 171 (-2.29%)
Mutual labels:  json
Synth
The Declarative Data Generator
Stars: ✭ 161 (-8%)
Mutual labels:  json

emoji.json npm

Just an emoji.json.

Generated from emoji-test.txt with this script.

NOTE: There are no Emoji versions 6.0-10.0 as a decision was made in 2017 to align emoji version numbers with their respective Unicode versions starting with version 11.0.

Usage

install with npm

npm install emoji.json then:

var emoji = require('emoji.json')
console.log(emoji[2])
// {
//   codes: '1F604',
//   char: '😄',
//   name: 'grinning face with smiling eyes',
//   category: 'Smileys & Emotion'
// }

if you care about file size:

var emojiCompact = require('emoji.json/emoji-compact.json')
console.log(emojiCompact)
// ["😀","😁","😂","🤣" ...]

fetch from web

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].