ReadyPlayer2 / nasa-playgrounds

React application to call the NASA APOD API and display returned images and videos
MIT License
2 stars 0 forks source link

Processing of returned JSON array from APOD API should be in server not client #27

Closed ReadyPlayer2 closed 5 years ago

ReadyPlayer2 commented 5 years ago

Better for the server to return an array of image objects (like images[] in server.js at line 17) than the client process this data.