t-axios-rxjs
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

axios-rxjs

Use rxjs to wrap axios library that let developer can use axios in rxjs way.

Installation

  1. Via npm

    npm install axios-rxjs
  2. In package.json:

    {
        ...
        "dependencies": {
            "axios-rxjs": "0.1.0",
            ...
        }
        ...
    }

    then install by npm:

    npm install

Usage

Reference to ./test/index.ts.

Readme

Keywords

Package Sidebar

Install

npm i t-axios-rxjs

Weekly Downloads

2

Version

0.1.1

License

ISC

Unpacked Size

7.18 kB

Total Files

12

Last publish

Collaborators

  • tina.liang