Skip to content

spring-media/ac-delivery-coding-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

computerbild.de and autobild.de software developer coding task

Brief

The goal should be to build some weather data that shows a preview of a given city based on a weather API.

You can clone this repository and create a git bundle and send it to us when you complete the task. Our focus is on the structure, the API implementation, the commit process and the output.

Details:

City JSON: ./packages/sample-data/germany.json

  • The user should be able to select a city via a filter using the City JSON.
  • The list of cities is to be prepared and accessed via the backend.
  • Based on the user selection, the weather data for the next 4 days should then be retrieved via a backend service using the Openweathermap API.
  • The weather data can be based on the weather forecast from wetteronline.de.
  • A small express server with two sample controllers is already prepared in the backend.
  • On the other hand, feel free to add or change the features to improve UX.

Design

example could be:

Hamburg Beispieldaten

Icons: https://github.com/erikflowers/weather-icons/tree/master/svg

Font: https://fonts.google.com/specimen/Roboto?query=roboto

Tech Stack

  • Typescript
  • VueJs
  • HTML
  • CSS

Acceptance Criteria

  • Using Typescript for the backend is mandatory.
  • The app should be working and buildable with no errors.
  • There should be individual commits with meaningful commit messages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published