Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 964 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 964 Bytes

Máster Advanced Analytics on Big Data (2019-2021)

Universidad de Málaga

Typescript Exercise

This was a mandatory exercise in my masters. It visualizes a map of spain and stats of COVID-19 afected in 2 separate dates. map affected coronavirus

I accomplished three tasks here:

  • Placed pins on a map based on location.
  • Scaled pins radius based on affected number.
  • Spain got canary island that is a territory placed far away, I moved that islands and pasted them in a visible place in the map.

Install

  • Execute npm install. It will install everything in order to work.
npm install

Start

  • Start the script npm start. It will start the project and you can see the result in your browseron: http://localhost:1234/.
npm start

Start

  • My code is fully commented through the execution, almost line by line. For more detail you should look in specific libraryes.