@jpereraaracil/animous
v1.1.1
Published
XMLHttpRequest library
Downloads
3
Maintainers
Readme
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/animousUse
import { GET } from '@jpereraaracil/animous';
GET('http://test.com').then((response) => console.log(response));