Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcel2603/stroeerkata
- Owner: Marcel2603
- License: mit
- Created: 2024-06-06T19:20:36.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T15:28:32.000Z (6 months ago)
- Last Synced: 2024-06-17T16:08:46.681Z (6 months ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)