Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 803 Bytes

File metadata and controls

35 lines (20 loc) · 803 Bytes

Data server for bothack.berlin

This repository provides a small server that manly acts as a proxy for challenge data servers.

Routes

GET /secrets

Returns the secret.json that has also been handed out over the #bothack slack team.

GET /telefonica

Exposes all the routes of the Telefónica data server.

E.g. /telefonica/users/1234.

GET /ingdiba

Exposes all the routes of the ING-DiBa data server.

E.g. /ingdiba/users/1234/transactions.

Starting the server

Clone this repo and run:

yarn # or your classic `npm install`
node bin/server