https://github.com/rayraegah/axios-slim
A tiny alternative to axios for nodejs
https://github.com/rayraegah/axios-slim
axios http-client https-client
Last synced: 9 months ago
JSON representation
A tiny alternative to axios for nodejs
- Host: GitHub
- URL: https://github.com/rayraegah/axios-slim
- Owner: Rayraegah
- License: mit
- Created: 2019-09-19T02:06:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T04:42:14.000Z (over 6 years ago)
- Last Synced: 2025-02-07T14:45:14.171Z (11 months ago)
- Topics: axios, http-client, https-client
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/axios-slim
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Axios Slim
A tiny alternative to axios for nodejs. This library can be used to make http requests within any nodejs application.
## Usage
Install the dependency package from `npm`
```
npm i axios-slim --save
```
Import axios-slim into your project
```
const axios = require("axios-slim");
// or
import axios from "axios-slim";
```
## License
Released under the MIT license