1.2.1 • Published 7 years ago
discord-token-generator v1.2.1
Discord Token Generator
An example app for my discord oauth2 tutorial on my medium blog. Don't forget to check it out!
Run
npm install
Create a new app at your developer dashboard
Set the CLIENT_ID
and CLIENT_SECRET
env vars and run
node server.js
Develop
npm install
npm run watch