@satyamdeveloper/statetocity
v1.2.4
Published
Hey! this package will give you the list of cities of the state name you give ('Andhra Pradesh') in India(May 2024). to use this first Run npm i @satyamdeveloper/statetocity.
Downloads
2
Readme
Hey!
this package will give you the list of cities of the state name you give ('Andhra Pradesh') in India(May 2024).
to use this first Run npm i @satyamdeveloper/statetocity.
Then import the function ike this :
import { getCitiesByState } from "@satyamdeveloper/statetocity"
After that you can use the function 'getCitiesByState('State Name')' as you need it returns list of strings(i.e. cities).
like : console.log( getCitiesByState('Andhra Pradesh') )