a HTTP API implementation to retrieve Tile38 data.
GET <endpoint>/collections
GET <endpoint>/collections/<collection>
GET <endpoint>//collections/<collection>/id/<id>
Use below environment variables to configure the application
APP_PORT = 8080
T38_HOST = localhost
T38_PORT = 9851