Challenge Overview
Guten Tag Community. Willkommen auf Wissenkarten Projekt.
Project Overview
Wissenkarten Projekt is an application that provides many services to the end user is the form of "knowledge cards". Think of these as widgets with additional functionality associated with them.
Challenge Overview
One of the services available is to provide Train / Rail related information to the end user. This challenge is to build a wrapper around a train service.
The wrapper will eventually be used in conjunction with a full fledged web application server. For this challenge, we focus only on the wrapper.
Challenge Details
Post registration, you will find more details on the challenge in the forums.
To give an outlook of the changes required:
- Create a node.js module that interacts with a train service.
- Your module should be more of a wrapper that provides an API to the train service.
- The module / wrapper created should be easy to integrate with a full fledged web application server.
Final Submission Guidelines
Your submission must include the following:
- A deployment guide
- The module wrapper
- Short unlisted youtube video demonstrating your wrapper.
- Unit Tests in Mocha
This is just a backend module and does not require any UI - Hence, you can use POSTMAN or a similar extension to demonstrate your wrapper.
The winning submission will be asked to push their changes to our gitlab repository.