Skip to content

tmgoncalves/DevgridTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DevGrid Tech Test

The main objetive for this test consist in design and building a service that collects data from an Open Weather API and store it as a JSON data.

The Test gives an id of each city and the application must to search its id at the OpenWeather Web site, using OpenWeather API.

Steps to run the application

To run the application, it needs to have docker installed at the computer. Docker can be downloaded in the link:

https://www.docker.com/

To download the imagem, opens the terminal and puts the command:

docker pull tmgoncalves/extraction

The next step is running the application:

docker run tmgoncalves/extraction

All data will be extracted in JSON format and printed at the screen.

The application takes about 4 or 5 minutes to extract the information. It happens due to the maximum time established by OpenWeather in 60 JSON data format per minutes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published