Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 482 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 482 Bytes

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.