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 deploy
sudo yarn deploy-setup
yarn install
- installs the dependenciesyarn start
- watch's.ts
files and compiles tobuild
folder then the server is reloaded atlocalhost:3002
yarn test
- runs the testsyarn build
- compiles.ts
files tobuild
folderyarn 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