Synonyms for emoji, to make them easier to find.
This data is derived programmatically using a thesaurus, so it has a very loose interpretation on what constitutes a synonym. As such, you can expect to see weird suggestions for some emoji. The hope, however, is that erring on the side of more data will lead to a greater likelihood of serendipitously finding the right emoji when searching by keyword.
For a smaller, human-curated (and therefore more accurate) set of keywords, check out the emojilib package.
npm install emoji-synonyms --save
const keywords = require('emoji-synonyms')
Object.keys(keywords).length
// => 1294
keywords.bus
/*
[ 'vehicle',
'motorcar',
'automobile',
'machine',
'auto',
'truck',
'bus',
'gondola',
'motor',
'coach',
'jalopy',
'buggy',
'wagon',
'coupe',
'limousine',
'sedan',
'van',
'carriage',
'railcar',
'railway car',
'medium',
'agency',
'car',
'means',
'instrument',
'conveyance',
'agent',
'carrier',
'instrumentality',
'transport',
'mechanism',
'channel',
'tool',
'intermediary',
'shipping',
'transit',
'shipment',
'moving',
'freight',
'transfer',
'deportation',
'exile',
'transmission',
'haulage',
'carrying',
'cartage',
'expatriation',
'transferral',
'freightage',
'movement',
'portage',
'journey',
'voyage',
'move',
'trip',
'tour',
'trek',
'go',
'walk',
'ramble',
'wander',
'rove',
'roam',
'travelling',
'proceed',
'cruise',
'progress',
'jaunt',
'traverse',
'drive',
'expedition' ]
*/
npm install
npm test
None
_.uniq exported as a module.MIT
Generated by package-json-to-readme