Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeff-pedro/node-example-axios
https://github.com/jeff-pedro/node-example-axios
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeff-pedro/node-example-axios
- Owner: jeff-pedro
- Created: 2023-02-10T21:14:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T21:15:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:13:59.837Z (about 1 month ago)
- Language: JavaScript
- Size: 641 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```