1.0.2 • Published 1 year ago

turkey-cities-towns v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Installing

npm i turkey-cities-towns

or

yarn add turkey-cities-towns

Usage

import React from "react";
import useCities from "turkey-cities-towns";

const App = () => {
  const { cities } = useCities();

  return (
    <div className="App">
      {cities.map(city=> <p key={city.plate}>{city.name}</p>)}
    </div>
  );
};

export default App;
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago