Skip to content

This is one of the coding challenge that I am trying to attempted within 2-3 hours time.

Notifications You must be signed in to change notification settings

lynnchin/the-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The weather API

This test is designed to allow you to showcase your development skills and creativity, utilising your preferred JavaScript framework.

This test requires that you make calls to a weather service API and create a component UI based around the resulting data.

Specifically, we would like you to create a simple interface that displays the current weather in Melbourne, Sydney and Brisbane. Only one city should be displayed at a time, with a tabbed navigation allowing for switching between cities. Beyond this, it is up to you which information you surface and how it is presented.

The link to the API documentation is https://developer.weatherunlocked.com/documentation/localweather

We have already created an account for this test.

The application id is 930fc96a

The API key is bd8f96bc469b5f3a186a7b87da0f8ddd

Technical Solutions

The skeleton of the project is generated using create-react-app

Additional libraries are installed to setup the environment

Core setup

  • react-router

Testing Framework

  • Enzyme
  • Jest

Instructions

Run yarn start to start the application

Run yarn test to execute the test suite

About

This is one of the coding challenge that I am trying to attempted within 2-3 hours time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published