Get the cities and towns of Hungary names, and latitude, longitude bounds
#Requirements
#Usage
- Install npm packages
npm install
- Run the application
node app
- The towns names saved to output/towns.js (array format)
- The towns bounds saved to output/bounds.js (object format)
#Options and defaults
- With the limit parameter (e.g.
node app limit=15000
) you can set the population limit (the town which population is below the limit, not added to the list) By default the population limit is 0.