react-zip-hook
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

react-zip-hook

React hooks for zipcloud in order to fetch address

You'll need to install react, react-dom, etc at ^16.8.4

Install

npm i react-zip-hook --save

Usage

import { useAddresses } from 'react-zip-hook';
 
const Component = () => {
  // useAddresses(zipcode, limit)
  const { addresses } = useAddresses('1450062')
};

Readme

Keywords

none

Package Sidebar

Install

npm i react-zip-hook

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

14.6 kB

Total Files

16

Last publish

Collaborators

  • tkatsuma