/emoji-game

Live Emoji Game using Google Vision API, Auth0 and Vuejs

Primary LanguageVue

The Emoji-game

Project setup

  1. Clone the project
  2. Run npm install
  3. Create a file auth_config.json in the root of your project and paste the code below
{
  "domain": "YOUR_DOMAIN",
  "clientId": "YOUR_CLIENT_ID"
}
  1. Replace the placeholders with your respective Auth0 credentials (Please ensure that the auth0 client application is of type ‘Single Page Applications’)
  2. Run npm run serve to launch the application