Malaga 2018 Temperatures Visualization with D3js
Using D3js, a graphic of Malaga 2018 Temperatures will be shown. The plot will contain the minimal, average and maximum temperature for each month.
In order to start the project the following steps must be done:
- Download the code:
git clone https://github.com/frtendero/malagaTemperatures.git
- Start the project using npm:
npm install
andnpm start
- A link to localhost will be shown in the command line. Open it with your desired browser and the graphic will be shown.