Skip to content

Instantly share code, notes, and snippets.

View morganfeeney's full-sized avatar
🤷‍♂️
Huh?

Morgan Feeney morganfeeney

🤷‍♂️
Huh?
View GitHub Profile
@morganfeeney
morganfeeney / productData.json
Last active November 11, 2019 23:35
Some dummy data mocking output from an API
[{
"productId": 1,
"description": "Luna Lace Up Slim Leg Jeans",
"price": 46.99,
"imageUrl": "https://i1.adis.ws/i/simplybe/q02sx849502w_82649fb8/SX849.jpeg?$plp-320$",
"inSale": false,
"links": []
}, {
"productId": 2,
"description": "Fern Distressed Boyfriend Jeans",
@morganfeeney
morganfeeney / comments.json
Last active November 28, 2020 16:40
comments to fetch
[{
"id": 123,
"username": "User 1",
"message": "Cool product!"
}, {
"id": 456,
"username": "User 2",
"message": "Didn't like it that much"
}]