hamtie / emoticon

Information on ASCII emoticons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emoticon Build Status

Info on ASCII emoticons. :p

Installation

npm:

npm install emoticon

Usage

var emoticon = require('emoticon');

console.log(emoticon.slice(0, 3));

Yields:

[ { name: 'angry',
    emoji: '😠',
    tags: [ 'mad', 'annoyed' ],
    description: 'angry face',
    emoticons: [ '>:(', '>:[', '>:-(', '>:-[', '>=(', '>=[', '>=-(', '>=-[' ] },
  { name: 'blush',
    emoji: '😊',
    tags: [ 'proud' ],
    description: 'smiling face with smiling eyes',
    emoticons:
     [ ':")',
       ':"]',
       ':"D',
       ':-")',
       ':-"]',
       ':-"D',
       '=")',
       '="]',
       '="D',
       '=-")',
       '=-"]',
       '=-"D' ] },
  { name: 'broken_heart',
    emoji: 'πŸ’”',
    tags: [],
    description: 'broken heart',
    emoticons: [ '<\\3', '</3' ] } ]

Support

See support.md.

License

MIT Β© Titus Wormer

About

Information on ASCII emoticons

License:MIT License


Languages

Language:JavaScript 100.0%