mitchstewart08 / deckard.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deckard.io

Deckard.io is gamifying the idea of the Turing Test by pitting you and some strangers in a chatroom with an ai bot. Your goal is to guess who the bot is correctly and have the other humans guess that you are the bot.

Installing

npm install
npm test

Deployment

Necessary ENV variables

# Google Auth Credentials
GOOGLE_AUTH_CLIENT_ID=
GOOGLE_AUTH_CLIENT_SECRET=
# GMail Credentials
GMAIL_ADDRESS=
GMAIL_PASSWORD=
# Yelp Credentials
YELP_API_KEY=
# MailJet Credentials
MAILJET_API_KEY=
MAILJET_API_SECRET=
DB_HOST=
DB_NAME=
DB_USER=
DB_PORT=
DB_PASSWORD=
DOMAIN=

Built With

All other technologies not listed are in the package.json file

Contributing

If you would like to contribute to the project, please submit a pull request and tag someone for review. We enforce 2018 Airbnb style guide.

Authors

Acknowledgments

  • Hat tip to anyone whose code was used

About


Languages

Language:JavaScript 95.3%Language:CSS 4.7%