This is an example Express app to show how you can use Mergent with Express.
- Run the Express development server with
npm run dev - Start ngrok to get a publicly accessible URL with
ngrok http 3000(ngrok + Mergent docs) - Set your Mergent API Key and base URL from ngrok in
create-task.js
Run npm run create-task to create a task and run the example.
You can view the tasks in the Mergent console.
Logs will be shown in the Node.js console.
To learn more about Mergent, take a look at the following resources: