Created
October 5, 2020 15:21
-
-
Save SaschaHeyer/9e2936cc874710d60e93d7bb74cec7a2 to your computer and use it in GitHub Desktop.
Simple API Management Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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