A ZWJ emoji decoder written in Node.js.
Start: node moji.js
Modules used for the app:
expressprovides a web frameworkbody-parserparses incoming request bodies (req.body)EmojiDictionarymaps emojis to their namesemoji-unicodegenerates the Unicode code point for an emojinode-emoji
Modules used for linting and testing:
chaiasserts the results of tests using assertion functionseslintlints JavaScript code and reports any errors or warningshuskyprovides Git hooks to execute tasks on specified Git eventslint-stagedruns linting and other tasks on staged files before committing themmochais a JavaScript test framework that runs tests and generates reportssupertestprovides high-level abstractions for testing HTTP servers