https://github.com/moesif/moesif-axios-example
moesif axios test
https://github.com/moesif/moesif-axios-example
Last synced: 8 months ago
JSON representation
moesif axios test
- Host: GitHub
- URL: https://github.com/moesif/moesif-axios-example
- Owner: Moesif
- Created: 2021-01-21T20:52:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T20:57:57.000Z (over 4 years ago)
- Last Synced: 2025-01-05T21:12:08.571Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Moesif Axios Example
This is a simple example with server side Aixos for capturing outgoing APIs call.
This is tested with Node v10 and v11 and v12.## To run:
Edit index.js and replace "Your Application Id" with your actual Moesif Application id.
Then do below:```
npm installnode index.js
```And log into your Moesif account and you should see API data captured.