{"id":21891705,"url":"https://github.com/kbve/cloud-function-onboard","last_synced_at":"2026-05-18T11:31:28.314Z","repository":{"id":189240587,"uuid":"680221717","full_name":"KBVE/cloud-function-onboard","owner":"KBVE","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-21T12:38:26.000Z","size":57,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-16T15:12:32.723Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KBVE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-18T16:33:36.000Z","updated_at":"2023-08-18T22:27:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"37148260-7b86-42c7-a208-c5551a549fc8","html_url":"https://github.com/KBVE/cloud-function-onboard","commit_stats":null,"previous_names":["kbve/cloud-function-onboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBVE%2Fcloud-function-onboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBVE%2Fcloud-function-onboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBVE%2Fcloud-function-onboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KBVE%2Fcloud-function-onboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KBVE","download_url":"https://codeload.github.com/KBVE/cloud-function-onboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244900123,"owners_count":20528632,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-28T12:42:20.631Z","updated_at":"2026-05-18T11:31:23.293Z","avatar_url":"https://github.com/KBVE.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-function-onboard\n\nThere are a total of three app write functions:\n- create-content\n- create-logo\n- create-website\n\n# Function Descriptions\ncreate-content and create-logo appwrite function code can be found in the create-logo-content folder (they use the same code but different ENV variables (URLs))\n\ncreate-website appwrite function code can be found in create-website\n\n# Payload examples\n\n## create-content\n```json\n{\"businessName\": \"Wild Goat Coffee\"}\n```\n\n## create-logo\n```json\n{\n\t\"businessName\": \"Wild Goat Coffee\"\n}\n```\n\n## create-website\n```json\n{\n\t\"businessName\": \"Wild Goat Coffee\",\n\t\"description\": \"Wild Goat Coffee is a botique coffee shop that offers the highest quality beans to wake you up in the morning and keep your day going strong. We offer a very laid back atmosphere and we host poetry nights every Saturday. Come in, drink good coffee, and become crazy\",\n\t\"missionStatement\": \"At Wild Goat Coffee our mission is for your to become crazy hyped up on caffeiene. When you leave our coffee shop, you will be all jacked up on espresso shots.\",\n\t\"location\": \"Detroit, MI, USA\",\n\t\"services\": \"Coffee, Teas, Pastries\",\n\t\"images\": [\"https://storageapi.webenclave.com/hackathon/1692429874431.png\", \"https://storageapi.webenclave.com/hackathon/1692430527112.png\", \"https://storageapi.webenclave.com/hackathon/1692430574612.png\", \"https://storageapi.webenclave.com/hackathon/1692464910504.png\", \"https://storageapi.webenclave.com/hackathon/1692464973975.png\", \"https://storageapi.webenclave.com/hackathon/1692465242332.png\"]\n}\n```\n\n**ATTENTION: images array is optional. You can completely omit it.**\nExample:\n```json\n{\n\t\"businessName\": \"Wild Goat Coffee\",\n\t\"description\": \"Wild Goat Coffee is a botique coffee shop that offers the highest quality beans to wake you up in the morning and keep your day going strong. We offer a very laid back atmosphere and we host poetry nights every Saturday. Come in, drink good coffee, and become crazy\",\n\t\"missionStatement\": \"At Wild Goat Coffee our mission is for your to become crazy hyped up on caffeiene. When you leave our coffee shop, you will be all jacked up on espresso shots.\",\n\t\"location\": \"Detroit, MI, USA\",\n\t\"services\": \"Coffee, Teas, Pastries\"\n}\n```\n\n# Responses\n\nAll responses are URLs to a S3 storage and content-type is plaintext. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbve%2Fcloud-function-onboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbve%2Fcloud-function-onboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbve%2Fcloud-function-onboard/lists"}