= require('d3')
d3
= await d3.json(
barcelona "[Api]http://api.openweathermap.org/data/2.5/weather?q=Barcelona&appid=8fc354586639c1fc4d03e4bfb7ff71cc"
)
= [barcelona.main];
temperature
.table(temperature) Inputs
API REST call to server and render from JSON
API REST call example: