Home

Awesome

req-ajax

npm npm

Standalone library for ajax requests.

Installation

Execute this command in your project for install the package:

npm install req-ajax --save

Usage

Simple external script in your html file:

<script src="node_modules/req-ajax/dist/ajax.min.js"></script>

Also this can be used with webpack just require the module req-ajax.

API documentation

Ajax constructor

new Ajax(config)

the config object:

Properties

Methods

Test

For the unit-test install the devDependencies and open the file test/index.html in your browser.

License

MIT