Skip to content

Instantly share code, notes, and snippets.

@anchetaWern
Created July 3, 2019 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anchetaWern/b045f8659973fb22932b5d499038a34d to your computer and use it in GitHub Desktop.
Save anchetaWern/b045f8659973fb22932b5d499038a34d to your computer and use it in GitHub Desktop.
E-commerce chat bot with React Native and Dialogflow: Yoyo data
[
{
"id": "hornet",
"name": "Hornet",
"full_name": "Duncan Hornet",
"manufacturer": "Duncan",
"release_year": 2012,
"image": "hornet.jpg",
"weight": "52.3 g",
"diameter": "58.62 mm",
"width": "29.0 mm",
"trapeze_width": "11 mm",
"shape": "normal",
"material": "Plastic (Polycarbonate/ABS/PS)",
"bearing_type": "Ball Bearing",
"bearing_size": "Size E (Raider)",
"response": "Starburst",
"axle": "N/A",
"twist_apart": "Twist-Apart",
"spacer": "Cover Type",
"bind": "Tug Return",
"maintenance": "Oil/Lube bearing"
},
{
"id": "loop2020",
"name": "Loop 2020",
"full_name": "YoYo Factory Loop 2020",
"manufacturer": "YoYo Factory",
"release_year": 2018,
"image": "loop2020.jpg",
"weight": "52.1 g",
"diameter": "58.63 mm",
"width": "33.60 mm",
"trapeze_width": "10 mm",
"shape": "normal",
"material": "Plastic (Polycarbonate/ABS/PS)",
"bearing_type": "Ball Bearing",
"bearing_size": "Size K (Loop720)",
"response": "Starburst",
"axle": "N/A",
"twist_apart": "Twist-Apart",
"spacer": "Cover Type",
"bind": "Tug Return",
"maintenance": "Oil/Lube bearing"
},
{
"id": "loopup",
"name": "Loop Up",
"full_name": "Japan Looping Solutions - Loop Up",
"manufacturer": "Japan Looping Solutions",
"release_year": 2017,
"image": "loopup.jpg",
"weight": "51.0 g",
"diameter": "58.55 mm",
"width": "33.69 mm",
"trapeze_width": "7 mm",
"shape": "normal",
"material": "Plastic (Polycarbonate/ABS/PS)",
"bearing_type": "Ball Bearing",
"bearing_size": "Size E (Raider)",
"response": "Starburst",
"axle": "N/A",
"twist_apart": "Twist-Apart",
"spacer": "Cover Type",
"bind": "Tug Return",
"maintenance": "Pad/Sticker/O-Ring Change Required"
},
{
"id": "lp",
"name": "LP",
"full_name": "sOMEThING - LP",
"manufacturer": "sOMEThING",
"release_year": 2016,
"image": "lp.jpg",
"weight": "52.9 g",
"diameter": "59.12 mm",
"width": "34.48 mm",
"trapeze_width": "10 mm",
"shape": "normal",
"material": "Plastic (Polycarbonate/ABS/PS)",
"bearing_type": "Ball Bearing",
"bearing_size": "Size K (Loop720)",
"response": "Starburst",
"axle": "N/A",
"twist_apart": "Twist-Apart",
"spacer": "Cover Type",
"bind": "Tug Return",
"maintenance": "Oil/Lube bearing"
},
{
"id": "initiator",
"name": "Initiator",
"full_name": "C3yoyodesign - Initiator",
"manufacturer": "C3yoyodesign",
"release_year": 2016,
"image": "initiator.jpg",
"weight": "52.2 g",
"diameter": "58.39 mm",
"width": "34.97 mm",
"trapeze_width": "10 mm",
"shape": "normal",
"material": "Plastic (Polycarbonate/ABS/PS)",
"bearing_type": "Ball Bearing",
"bearing_size": "Size K (Loop720)",
"response": "Starburst",
"axle": "N/A",
"twist_apart": "Twist-Apart",
"spacer": "Cover Type",
"bind": "Tug Return",
"maintenance": "Oil/Lube bearing"
},
{
"id": "loop720",
"name": "Loop 720",
"full_name": "YoYoFactory - Loop 720",
"manufacturer": "YoYoFactory",
"release_year": 2017,
"image": "loop720jp.jpg",
"weight": "51.5 g",
"diameter": "58.67 mm",
"width": "34.10 mm",
"trapeze_width": "8 mm",
"shape": "normal",
"material": "Plastic (Polycarbonate/ABS/PS)",
"bearing_type": "Ball Bearing",
"bearing_size": "Size K (Loop720)",
"response": "Starburst",
"axle": "N/A",
"twist_apart": "Twist-Apart",
"spacer": "Cover Type",
"bind": "Tug Return",
"maintenance": "Oil/Lube bearing"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment