To run the demo:
git clone https://github.com/smartcar/demo.git
cd demo/node
npm installFor security, you must configure http://localhost:8000/callback as a redirect uri in Smartcar's developer portal.
export SMARTCAR_CLIENT_ID=<your-client-id>
export SMARTCAR_SECRET=<your-client-secret>
node app.js
Navigate to http://localhost:8000