Skip to content

carlosflorencio/brainstorm-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 ๐Ÿ˜œ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published