ngrok Sample REST API This project contains a basic REST API for use in following guides on the ngrok docs site. Prerequisites Node.js npm How to run this API Install dependencies by running: npm install Update the port on line 191 if necessary Start the API by running: npm run start