react-api-hitter
v2.0.1
Published
react-api-hitter is a npm module built on react.It provides you a page through which you can hit a public api request(get/post/put/delete) and view the result in proper format.
Downloads
9
Maintainers
Readme
react-api-hitter
react-api-hitter is a npm module built on react.It provides you a page through which you can hit a public api request(get/post/put/delete) and view the result in proper format.
Installation
npm i react-api-hitter.
## Usage
import ApiHitter from 'react-api-hitter';
<ApiHitter/>