UNPKG

venmo-api

Version:

A Node wrapper for the Venmo API

11 lines (8 loc) 314 B
'use strict'; // Use local.env.js for environment variables that grunt will set when the server starts locally. // Use for your api keys, secrets, etc. This file should not be tracked by git. // // You will need to set these on the server you deploy to. module.exports = { VENMO_ACCESS_TOKEN: 'accessToken' };