1.1.1 • Published 1 year ago

countries-details v1.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
1 year ago

Country-detail-Package

How to use it?

You can use the project in this way:

Install

# with npm
npm install countries-details

# with yarn
yarn add countries-details

Usage

  • Import the package in your app:
import {useCountry} from 'countries-details';
  • Get the country information from the hook:
const {loading, error, country} = useCountry('Republic Of India')'
1.1.1

1 year ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago