Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeff-pedro/node-example-axios


https://github.com/jeff-pedro/node-example-axios

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Axios examples
Examples used to learn about nodejs **axios** module

## Installation

```
node install
```

## Use

#### Run API
```
npm run server
```

#### Web Requests
```
npm run get
npm run post
npm run put
npm run delete
```