A simple page topper for MafiaScum
Install NodeJS
https://nodejs.org/en/
Run the following commands in order:
$ npm install
Create an .env file with credentials: (can be any mafiascum user)
MAFIASCUM_USER={MAFIASUCM_USERNAME}
MAFIASCUM_PASSWORD={YOUR_MAFIASCUM_PASSWORD}
THREAD={URL_OF_THE_THREAD}
To run the app, run following command:
$ npm run start
To test with chrome devTools:
$ npm run test