Skip to content

Instantly share code, notes, and snippets.

@bartekupartek
Created January 22, 2018 11:22
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 bartekupartek/caa98c50f9a4567536c821f0c58ccde6 to your computer and use it in GitHub Desktop.
Save bartekupartek/caa98c50f9a4567536c821f0c58ccde6 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "Cleaning",
"subtitle": "We'll your home or office sparkle.",
"whiteIconUrl": "",
"blueIconUrl": "",
"imageUrl": "",
"minHours": 2,
"maxHours": 10,
"salary": 35.0,
"active": false,
"booking_count": 30
},
{
"id": 2,
"name": "Handyman",
"subtitle": "General help around your home or office.",
"whiteIconUrl": "",
"blueIconUrl": "",
"imageUrl": "",
"minHours": 2,
"maxHours": 10,
"salary": 35.0,
"active": true,
"booking_count": 256
},
{
"id": 3,
"name": "Hairdresser",
"subtitle": "Let your hair shine with a fresh new look.",
"whiteIconUrl": "",
"blueIconUrl": "",
"imageUrl": "",
"minHours": 2,
"maxHours": 10,
"salary": 35.0,
"active": true,
"booking_count": 2
},
{
"id": 4,
"name": "Cooking",
"subtitle": "Let your chefs make you delicious meals.",
"whiteIconUrl": "",
"blueIconUrl": "",
"imageUrl": "",
"minHours": 2,
"maxHours": 10,
"salary": 35.0,
"active": true,
"booking_count": 85
},
{
"id": 5,
"name": "Electrician",
"subtitle": "Fix electrical issues and be connected.",
"whiteIconUrl": "",
"blueIconUrl": "",
"imageUrl": "",
"minHours": 2,
"maxHours": 10,
"salary": 35.0,
"active": true,
"booking_count": 42
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment