Modify the response

The code used in this video can be copied from below:

rawResponseData.list.forEach(data => {
    data.dt = moment.unix(data.dt).format()
})
return rawResponseData

Last updated