simplybook
Online booking and scheduling system.
Extends: Technology
SimplyBook.me
Online booking and scheduling system.
Overview
Category: Scheduling software
Online booking and scheduling system.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'SimplyBook.me',
category: 'Scheduling software',
description: 'Online booking and scheduling system.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "SimplyBook.me",
"applicationCategory": "Scheduling software",
"description": "Online booking and scheduling system."
}