Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcel2603/stroeerkata

Dies ist das Repository, für die Fachaufgabe von Ströer
https://github.com/marcel2603/stroeerkata

Last synced: 4 days ago
JSON representation

Dies ist das Repository, für die Fachaufgabe von Ströer

Awesome Lists containing this project

README

        

# StroeerKata

Dies ist das Repository, für die Fachaufgabe von Ströer

## Aufgabe

> "Fetch asynchronous data from an API".\
> \
> Your task is to write a script or app, which gathers data from two endpoints asynchronously, merges the responses and
> displays them in any way, for example as JSON response from an REST API.\
> For example, you could use these two endpoints:\
> \
> to obtain a user's data\
> to obtain all comments written by that user\
> \
> Please submit your solution via GitHub and commit frequently. \
> \
> If you find a straightforward solution for the 'problem', even better.
> We would like to see, what you achieve within 2 hours timeboxed and how you approach the challenge.
> If you have time left over, we are happy if you improve your solution in a direction that you think fits the
> challenge.
> We are looking forward to speak with you about your solution.

## Überlegungen / Herangehensweise

### Anforderungen

- asynchron
- json-verarbeiten
- lightweight

### Entscheidungen

#### Programmiersprache

[Java](./java/README.md)\
[JavaScript](./javascript/README.md)