0.5.0 • Published 6 years ago

cities-as-json v0.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Cities as JSON

All used data is available on Correios, Google Maps and Open Street Maps.

Is there any methods that I can use?

No. It is pure JSON and I have no intention to develop methods to manipulate this data.

JSON Schema

Following the KISS statements, it it simple as possible, the basic schema is below.

[
  {
    "name": "Acre",
    "cities": [
      {"name": "Rio Branco"}
    ]
  }
]

I cannot find some cities

Just open an issue and I'll fix.

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.1.0

6 years ago