Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Created October 5, 2020 15:21
Show Gist options
  • Select an option

  • Save SaschaHeyer/9e2936cc874710d60e93d7bb74cec7a2 to your computer and use it in GitHub Desktop.

Select an option

Save SaschaHeyer/9e2936cc874710d60e93d7bb74cec7a2 to your computer and use it in GitHub Desktop.
Simple API Management Setup
// install the package
// npm install simple-api-management-nodejs
const simpleAPIManagement = require('simple-api-management-nodejs');
app.use(simpleAPIManagement(
{
apiKey: 'add your API key',
}
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment