8000 GitHub - atapas/tapas-countries: This is an NPM to fetch you the country details
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atapas/tapas-countries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tapas-countries

A ReactJS hook to get the country information.

🫶 Support

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

Many Thanks to all the Stargazers who has supported this project with stars(⭐)

Thanks to all stargazers

Sponsor My Work

I am an independent educator who creates meaningful projects to teach programming. You can support me further by sponsoring me on GitHub.

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

This is an NPM to fetch you the country details

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0