This is a service I created individually but as part of a group project of recreating an entire Steam game page
git clone https://github.com/FEC-Bell/photo-carousel.git`
npm install
npm run seed
- Node JS v10 or later
Data shape:
{
id: Number,
mediaType: String,
url: String,
thumbnail: String
}