Skip to content

ENT8R/blacklistr

Repository files navigation

blacklistr is a tool for visualizing in which countries a specific feature exists or doesn't exist

Getting started

To change the state of a country from disabled to enabled (or the other way round), you have two options:

  1. click on the country you want to be disabled or enabled and you will see that there will automatically will be a new country code on the right side
  2. type in the single country codes in the editor on the right side and the map will update instantly

All country codes should be a valid ISO 3166-1 alpha-2 code or for some countries like the USA, China or India even a ISO_3166-2 code

API

Load data from a string

To load the data from a string use the endpoint /?data={data}

Example: /?data=all except "NL", "DK", "NO", "CZ", "IT"

Load data from a file

To load the data from a file use the endpoint /?file={file_name}

Example: /?file=https://ent8r.github.io/blacklistr/assets/test.json

Load StreetComplete data

To load the data used by StreetComplete use the endpoint /?streetcomplete={questDirectory/questName}

Example: /?streetcomplete=address/AddHousenumber.kt

Found an issue?