/geolocation-data-flaskapi

A flask based microservice for ISO 3166-1 countries, ISO 3166-2 subdivisions, and cities.

Primary LanguagePythonApache License 2.0Apache-2.0

geolocation-data-flaskapi

A small Flask based RESTful API for reporting ISO 3166-1 (countries) and ISO 3166-2 (country subdivisions). It also creates and updates city names in the related country and subdivisions.

This API is primarily a wrapper around pycountry with a database to store and report on the city information.

Security is implemented using JSON Web Tokens and principle information stored in a database,