Skip to content

Instantly share code, notes, and snippets.

@chntrkss
Last active July 9, 2021 12:18
Show Gist options
  • Save chntrkss/aa0e1e03614acb208b91ec2a4683f4d8 to your computer and use it in GitHub Desktop.
Save chntrkss/aa0e1e03614acb208b91ec2a4683f4d8 to your computer and use it in GitHub Desktop.
json-server db.json
{
"apis": [
{
"id": 1,
"name": "Hunter",
"category": "Data access",
"description": "Hunter API makes it easy to find or verify professional email addresses.",
"icon": "./assets/icons/icon-hunter.svg",
"bookmark": false,
"docs_url": "https://prototurk.com"
},
{
"id": 2,
"name": "Twilio",
"category": "Data access",
"description": "Send and receive SMS and MMS messages as well as query meta-data about text messages ",
"icon": "./assets/icons/icon-twilio.svg",
"bookmark": true,
"docs_url": "https://prototurk.com"
},
{
"id": 3,
"name": "WhatsApp Business",
"category": "Automation",
"description": "Hunter API makes it easy to find or verify professional email addresses.",
"icon": "./assets/icons/icon-whatsapp.svg",
"bookmark": true,
"docs_url": "https://prototurk.com"
},
{
"id": 4,
"name": "Stripe",
"category": "Data access",
"description": "A suite of payment APIs that powers commerce for online businesses of all sizes.",
"icon": "./assets/icons/icon-stripe.svg",
"bookmark": false,
"docs_url": "https://prototurk.com"
},
{
"id": 5,
"name": "Typeform",
"category": "Data access",
"description": "Create, retrieve, update, and delete your typeforms, themes, and images.",
"icon": "./assets/icons/icon-typeform.svg",
"bookmark": true,
"docs_url": "https://prototurk.com"
},
{
"id": 6,
"name": "BlaBlaCar",
"category": "Data access",
"description": "Create, retrieve, update, and delete your typeforms, themes, and images.",
"icon": "./assets/icons/icon-blablacar.svg",
"bookmark": false,
"docs_url": "https://prototurk.com"
},
{
"id": 7,
"name": "Meteorologisk Institutt",
"category": "Data access",
"description": "Weather and climate data.",
"icon": "./assets/icons/icon-mi.svg",
"bookmark": false,
"docs_url": "https://prototurk.com"
},
{
"id": 8,
"name": "Asana",
"category": "Data access",
"description": "Customize the Asana experience, leverage your data with the Asana API.",
"icon": "./assets/icons/icon-asana.svg",
"bookmark": false,
"docs_url": "https://prototurk.com"
},
{
"id": 9,
"name": "Mailchimp",
"category": "Data access",
"description": "Email marketing, ads, landing pages, and CRM tools to grow your business on your terms. ",
"icon": "./assets/icons/icon-mailchimp.svg",
"bookmark": false,
"docs_url": "https://prototurk.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment