2.0.1 • Published 4 years ago

react-api-hitter v2.0.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

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/>