webotvorba/seeders

There is no license information available for the latest version (dev-master) of this package.

Database seeders

dev-master 2018-11-09 09:35 UTC

This package is auto-updated.

Last update: 2024-05-15 01:01:57 UTC


README

Sample data:

[
  {
    "iso": "AD",
    "name": "ANDORRA",
    "printable_name": "Andorra",
    "iso3": "AND",
    "numcode": "20",
    "phonecode": "+376",
    .........
  }
]

zip_codes.json

Contains ZIP codes for Slovakia and Czech republic

[
  {
    "zip_id": "1",
    "zip_value": "97632",
    "zip_country": "SK"
  },
  .......
]