Skip to content

Instantly share code, notes, and snippets.

@domtalbot
Last active May 11, 2023 14:25
Show Gist options
  • Save domtalbot/999a50a9bcd059bc65af8cab1bc777c3 to your computer and use it in GitHub Desktop.
Save domtalbot/999a50a9bcd059bc65af8cab1bc777c3 to your computer and use it in GitHub Desktop.
Fake Retailers
[
{
"name": "Boutique Camping",
"url": "https://boutiquecamping.com/",
"category": "Lifestyle",
"image": "boutique-camping.jpg"
},
{
"name": "Furniture Outlets",
"url": "https://furnitureoutletstores.co.uk/",
"category": "Furniture",
"image": "furniture-outlet.png"
},
{
"name": "Sarah Layton Fine Jewellery",
"url": "https://sarahlayton.co.uk/",
"category": "Jewellery",
"image": "sarah-layton.jpg"
},
{
"name": "The BBQ Shop",
"url": "https://thebbqshop.co.uk/",
"category": "Lifestyle",
"image": "the-bbq-shop.jpg"
},
{
"name": "The Gas Centre",
"url": "https://thegascentre.co.uk/",
"category": "Home Improvements",
"image": "the-gas-centre.jpg"
},
{
"name": "W Hamond",
"url": "https://whamond.com/",
"category": "Jewellery",
"image": "whammond.jpg"
},
{
"name": "99 Bikes",
"url": "https://www.99bikes.co.uk/",
"category": "Lifestyle",
"image": "99-cycles.jpg"
},
{
"name": "Bonners",
"url": "https://www.bonnersmusic.co.uk/",
"category": "Music",
"image": "bonners.jpg"
},
{
"name": "Chevin Cycles",
"url": "https://www.chevincycles.com/",
"category": "Lifestyle",
"image": "chevin-cycles.jpg"
},
{
"name": "CW Sellors",
"url": "https://www.cwsellors.co.uk/",
"category": "Jewellery",
"image": "cw-sellors.jpg"
},
{
"name": "Cycle Solutions (Cycle to Work)",
"url": "https://www.cyclesolutions.co.uk/",
"category": "Lifestyle",
"image": "cycle-solutions.jpg"
},
{
"name": "Danetti",
"url": "https://www.danetti.com/",
"category": "Furniture",
"image": "danetti.png"
},
{
"name": "Diamond Heaven",
"url": "https://www.diamond-heaven.co.uk/",
"category": "Jewellery",
"image": "diamond-heaven.jpg"
},
{
"name": "Direct Fireplaces",
"url": "https://www.direct-fireplaces.com/",
"category": "Home Improvements",
"image": "direct-fireplaces.jpg"
},
{
"name": "Direct Stoves",
"url": "https://www.directstoves.com/",
"category": "Home Improvements",
"image": "direct-stoves.jpg"
},
{
"name": "Easy Bathrooms",
"url": "https://www.easybathrooms.com/",
"category": "Home Improvements",
"image": "easy-bathrooms.jpg"
},
{
"name": "Formby Cycles",
"url": "https://www.formbycycles.co.uk/",
"category": "Lifestyle",
"image": "formby-cycles.jpg"
},
{
"name": "Francis & Gaye",
"url": "https://www.francisandgaye.co.uk/",
"category": "Jewellery",
"image": "francis-gaye.jpg"
},
{
"name": "Fraser Hart",
"url": "https://www.fraserhart.co.uk/home",
"category": "Jewellery",
"image": "fraser-hart.png"
},
{
"name": "The Guitar, Amp & Keyboard Centre",
"url": "https://www.gak.co.uk/",
"category": "Music",
"image": "gak.png"
},
{
"name": "Homes Direct 365",
"url": "https://www.homesdirect365.co.uk/",
"category": "Furniture",
"image": "homes-direct-365.png"
},
{
"name": "Jura Watches",
"url": "https://www.jurawatches.co.uk/",
"category": "Jewellery",
"image": "jura.jpg"
},
{
"name": "Market Cross Jewellers",
"url": "https://www.marketcrossjewellers.com/",
"category": "Jewellery",
"image": "market-cross.jpg"
},
{
"name": "MyDentist",
"url": "https://www.mydentist.co.uk/",
"category": "Dental",
"image": "mydentist.jpg"
},
{
"name": "Ollie & Darsh",
"url": "https://www.ollieanddarsh.co.uk/",
"category": "Dental",
"image": "ollie-darsh.jpg"
},
{
"name": "Outdoor World (UK) Limited",
"url": "https://www.outdoorworlddirect.co.uk/",
"category": "Lifestyle",
"image": "outdoor-world-direct.png"
},
{
"name": "Scottsdale Golf (U.K)",
"url": "https://www.scottsdalegolf.co.uk/",
"category": "Lifestyle",
"image": "scottsdale.png"
},
{
"name": "Taskers",
"url": "https://www.taskersonline.com/",
"category": "Furniture",
"image": "taskers.png"
},
{
"name": "Team Cycles (North East) Limited",
"url": "https://www.teamcycles.com/",
"category": "Lifestyle",
"image": "team-cycles.png"
},
{
"name": "The Bike Factory",
"url": "https://www.thebikefactory.co.uk/",
"category": "Lifestyle",
"image": "the-bike-factory.png"
},
{
"name": "Winfields",
"url": "https://www.winfieldsoutdoors.co.uk/",
"category": "Lifestyle",
"image": "winfields.jpg"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment