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.
CLI: The app can run as a console application.Messenger Bot: This app can also respond to messenger bot webhooks. Messenger Platform
| Start | On Finish |
|---|---|
![]() |
![]() |
node(using v8)yarn(faster than npm)
sudo yarn deploysudo yarn deploy-setup
yarn install- installs the dependenciesyarn start- watch's.tsfiles and compiles tobuildfolder then the server is reloaded atlocalhost:3002yarn test- runs the testsyarn build- compiles.tsfiles tobuildfolderyarn serve- starts the api (node build/server.js)yarn prettier- runs prettier to prettify the code (also runs before each commit)
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.
MIT

