README
react-kichiri
Promise Based wrapper for any Swagger defined API.
Installation
react-kichiri
can be installed directly through npm:
$ npm install --save react-kichiri
Usage
import { Kichiri } from 'react-kichiri';
Contribute
$ git clone https://github.com/DemandHub/react-kichiri.git
$ npm install
... make code changes in ./src
$ npm run compile