1.0.0 • Published 3 years ago

jordan-cities-geojson v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Jordan Cities GeoJSON

This is a package/ repositry that contains geoJSON info for all Jordan cities.

Getting Started

To begin, you'll need to install jordan-cities-geojson:

npm install --save jordan-cities-geojson

Then import the GeoJSON data for the city that you want

my-cool-map-app.js

const { Amman } = require('jordan-cities-geojson');

To import all cities just require the whole package

const JordanCities = require('jordan-cities-geojson');

Contributing

Please take a moment to read our contributing guidelines if you haven't yet done so.

CONTRIBUTING

License

MIT