cities-as-json

0.5.0 • Public • Published

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.

/cities-as-json/

    Package Sidebar

    Install

    npm i cities-as-json

    Weekly Downloads

    3

    Version

    0.5.0

    License

    MIT

    Last publish

    Collaborators

    • pedrommone