Skip to content

Example of a Remote API for integration with iPaaS solutions

License

Notifications You must be signed in to change notification settings

ngrok/ngrok-ipaas-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ngrok-ipaas-example

Example of a Remote API for integration with iPaaS solutions

How to launch this app

  1. Clone this repo https://github.com/ngrok/ngrok-ipaas-example.git

  2. Install and launch app: npm install npm run app

How to use this sample with ngrok

  1. Download and Install ngrok.

  2. Sign Up for a free ngrok account and get an access token

  3. Add the access token to your ngrok client: ngrok --authtoken=<your_access_token>

  4. Launch ngrok pointing to enable remote access to your sample api: ngrok http 3000

  5. Optionally, add basic authentication to restrict access (replacing userId and password with strong credentials of your choice): ngrok http 3000 --auth=userId:password

About

Example of a Remote API for integration with iPaaS solutions

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages