1.0.1 • Published 7 years ago
hungarian-county-seats v1.0.1
Hungarian County Seats
A simple node.js library for getting the county seat of a county in Hungary.
Installation
npm install kistasi/hungarian-county-seats
Usage
const hungarianCountySeats = require('hungarian-county-seats')
const baranyaCountySeat = hungarianCountySeats('Baranya')
Output should be Pécs
.