Setup for Express
Add Supergood as a dependency
Initialize Supergood as early in your app as possible
Environment variables
Set the environment variables SUPERGOOD_CLIENT_ID
and SUPERGOOD_CLIENT_SECRET
using the API keys generated in the getting started instructions.
Passing keys
You can also pass the API keys in manually without setting environment variables.
Replace <CLIENT_ID>
and <CLIENT_SECRET>
with the API keys you generated in the getting started instructions.
Links
Last updated