An open API service indexing awesome lists of open source software.

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

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 install

node index.js
```

And log into your Moesif account and you should see API data captured.