Skip to content

aks318/aakash-country

Repository files navigation

aakash-countries

A ReactJS hook to get the country information.

How to use it?

You can use the project in this way:

Install

# with npm
npm install tapas-countries

# with yarn
yarn add tapas-countries

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published