lysergix

1.0.1 • Public • Published

Lysergix

A database of emoticons. An api for pulling utf8 emoticons from the database.

For use on client or server ❤️

Installation

npm install lysergix

Usage

var lysergix = require('lysergix')
lysergix.getTags() // returns an array of 'tags' for faces
lysergix.getRandomFace() // returns a random smiley face.
lysergix.getRandomFace('sadboi') // returns a random 'sadboi' smiley face.
lysergix.getRandomFace(['sadboi', 'angry']) // returns a random 'sadboi' or 'angry' smiley face.
lysergix.getFace(1234) // returns the 1234th face in the array of faces.
lysergix.asciiFilter() // returns an array of faces that are ascii only.

Face structure:

The in-memory database of faces is have a simple structure:

{
  content: 'the actual face',
  tag: 'a single category of face'
}

Dependents (3)

Package Sidebar

Install

npm i lysergix

Weekly Downloads

5

Version

1.0.1

License

ISC

Last publish

Collaborators

  • kid-icarus