Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 574 Bytes

README.MD

File metadata and controls

28 lines (19 loc) · 574 Bytes

s

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