1.1.1 • Published 2 years ago
@jpereraaracil/animous v1.1.1
animous
XMLHttpRequest library
This is an AI powered XMLHttpRequest library. It is a wrapper around the native XMLHttpRequest object. It is designed to be simple and easy to use. It is also designed to be powerful and flexible. It is designed to be used in the browser and in Node.js.
It has been created with the help of Github Copilot.
Installation
npm install @jpereraaracil/animous
Use
import { GET } from '@jpereraaracil/animous';
GET('http://test.com').then((response) => console.log(response));