/kahootsmasher.com

The official stripped API for kahootsmash.org

Primary LanguageJavaScriptMIT LicenseMIT

The official source code of https://kahootsmasher.com

Deployment

OS X, Linux and Windows:

git clone https://github.com/runconnor/kahootsmasher.com.git
cd kahoot-tools
sudo npm install
sudo npm run build
screen -S kahootsmasher
node kahoot-tools.js

To run kahoot smasher in dev mode, follow the steps above but replace npm run build with: npm run dev