0.0.1 • Published 10 months ago

esakki-countries v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

esakki-country

This is the package to fetch the country details

How to use it?

You can use the project in this way:

Install

# with npm
npm install esakki-countries --save-dev

# with yarn
yarn add --dev esakki-countries

Usage

  • Import the package in your app:
import { useCountry } from "esakki-countries";
  • Get the country information from the hook:
const {loading, error, country} = useCountry('india')'
0.0.1

10 months ago

1.0.0

10 months ago

1.0.1

10 months ago