A simple coding exercise that will test if:
- you can code JavaScript
- you can create, open and parse an HTTP request
- you can parse response data to valid HTML
- Location (as Title)
- Weather description
- Temperature in degrees (e.g. 30°C)
- Sunrise / sunset in UTC dateformat (e.g. Mittwoch, 10. Dezember 2018, 04:55:26)
<body>
<div>
<Title>foo</Title>
<List>
<ListEl> Description: foo bar </ListEl>
<ListEl> ... </ListEl>
<ListEl> ... </ListEl>
</List>
</div>
<body>
ADVANCED: (Optional) You can use an HTML input field to enter the location and by pressing a button the result is rendered in the body (described above)
Clone the project into your own github repository. Once you are finished email us the name and branch of your solution on github. We will clone and test it. Please refrain from changing your code once you have contacted us.