Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 643 Bytes

DTS aggregator

An aggregator of known DTS APIs, implemented as a DTS API and running as a Flask application.

What does it mean? This registry is itself a DTS collection of DTS APIs.

A demo version of the DTS aggregator is accessible at https://dts-aggregator.herokuapp.com/.

A list of known APIs is maintained in registry.json. Are you aware of a DTS API that is not listed there? Please add it to the registry file and open a Pull Request.

Application

Install

pip install -r requirements.txt

Run

flask run