21.co service to sell calls to an API that connects to a MongoDB database with the information from the Consolidated list of targets from the UK Government
The aml service needs a config file named config.py with the following settings:
mongo = dict(
connection = 'mongodb://[user]:[password]@[host]:[port]/[database]',
)
payment = dict(
fee = 1000
)
March 2016: Initial version
Javi Romero
MIT