Skip to content

This is an NPM to fetch you the country details.(practice purpase)

Notifications You must be signed in to change notification settings

sariothossain1011/sariot-countries

Repository files navigation

sariot-countries

A ReactJS hook to get the country information.

🫶 Support

Liked it? You can show your support with a STAR(⭐).

How to use it?

You can use the project in this way:

Install

# with npm
npm install sariot-countries

# with yarn
yarn add sariot-countries

Usage

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

About

This is an NPM to fetch you the country details.(practice purpase)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published