Skip to content

This is a project required for a job interview at ASV Company

License

Notifications You must be signed in to change notification settings

jtorregrosa/meteoasv

Repository files navigation

About The Project

The company "Grupo ASV" asked me to perform a technical test to ensure the required knowledge about the technology stack is adquired.

CASE STUDY

They have asked us for a web application to check the weather forecast at any municipality of Spain. After studying the different ways to obtain this information, has determined that it would be best to retrieve it via the AEMET API. For this we must:

  1. Request an API Key from https://opendata.aemet.es/centrodedescargas/inicio.
  2. Review the API documentation and find the necessary methods to retrieve the API Next information. Specifically, we will have to locate the following services:
  • Retrieve a list with all the municipalities in Spain
  • Retrieve the specific prediction for a municipality

(back to top)

Getting Started

Prerequisites

You will need to install docker in order to be able to execute and test the application. Moreover, docker-compose extension is required too.

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Get a free API Key at https://opendata.aemet.es/centrodedescargas/inicio

  2. Clone the repository.

$ git clone https://github.com/jtorregrosa/meteoasv.git
  1. Enter your APIKEY in the file deploy/environments/meteoasv-api.env
APPLICATION_AEMET_APIKEY=YOUR_AEMET_API_KEY
  1. Run the whole stack.
$ docker compose -f deploy/docker-compose.yml up
  1. Access http://localhost:8081 and evaluate this test with mercy =)

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.md for more information.

(back to top)

Contact

Jorge Torregrosa Lloret - jtorregrosalloret@gmail.com

(back to top)

About

This is a project required for a job interview at ASV Company

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published