Home

Awesome

Emo Clash

A mobile app to measure your expression using Microsoft Cognitive API.

Developement

To setup:

yarn

Create config/env.json with following format:

{
  "MicrosoftEmotion": "Your API key",
  "FirebaseConfig": {
    // firebase config object for web, include "apiKey", "authDomain", ...
    // require anonymous authentication enabled
  }
}

Get your free API key for Firebase and Microsoft Emotion API.

Note