I'm trying to get a weather API setup and wanted to pull in the sunset time. It's in unix,UTC. I've looked up a few discussions but couldn't find something that worked. Here's the API endpoint.
"sunset": 1592876160
Here's my code:
<div>Sunset: {this.state.hits.sunset}</div>