Skip to content

MantarayAR/meteor-emotions-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Emotions Data

Meteor package of emotion data.

Usage

// Load the emotions from a json file
emotions.load();

var emotion = emotions.findEmotion( {
    name : 'Bad'
} );

// Free up the memory for the garbage collector
emotions.unload();

About

Meteor package of emotion data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors