carlosflorencio / brainstorm-resolver

Brainstorm Resolver - Get the right answers 😜

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

styled with prettier tested with jest TypeScript

Brainstorm Resolver

RTP show Brainstorm Resolver. This app gets the questions and the right answers when the show is live. It also answers automatically for the registered accounts.

Modes

  • CLI: The app can run as a console application.
  • Messenger Bot: This app can also respond to messenger bot webhooks. Messenger Platform

Screens

Start On Finish
Screen 1 Screen 2

Requirements

  • node (using v8)
  • yarn (faster than npm)

Deploy

  • sudo yarn deploy
  • sudo yarn deploy-setup

Instructions to develop

  • yarn install - installs the dependencies
  • yarn start - watch's .ts files and compiles to build folder then the server is reloaded at localhost:3002
  • yarn test - runs the tests
  • yarn build - compiles .ts files to build folder
  • yarn serve - starts the api (node build/server.js)
  • yarn prettier - runs prettier to prettify the code (also runs before each commit)

Credentials

The server credentials where obtained by decompiling their android mobile app. They used Xamarin and with JetBrains dotPeek, it was easy to see the C# source code.

License

MIT

About

Brainstorm Resolver - Get the right answers 😜


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%