{"id":16768750,"url":"https://github.com/phptuts/electron-slap","last_synced_at":"2025-03-16T13:43:08.590Z","repository":{"id":251695389,"uuid":"838123033","full_name":"phptuts/electron-slap","owner":"phptuts","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T05:09:02.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T01:26:44.007Z","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/phptuts.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-05T01:51:22.000Z","updated_at":"2024-08-28T05:09:05.000Z","dependencies_parsed_at":"2024-08-28T06:25:59.160Z","dependency_job_id":"81f0b88c-cd16-4b40-893d-68010206a464","html_url":"https://github.com/phptuts/electron-slap","commit_stats":null,"previous_names":["phptuts/electron-slap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Felectron-slap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Felectron-slap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Felectron-slap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phptuts%2Felectron-slap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phptuts","download_url":"https://codeload.github.com/phptuts/electron-slap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878437,"owners_count":20362432,"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-10-13T06:12:26.842Z","updated_at":"2025-03-16T13:43:08.573Z","avatar_url":"https://github.com/phptuts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SLAP ELECTRON APP\n\n```c++\n#include \u003cServo.h\u003e\n\nServo servo;\nvoid setup() {\n  // put your setup code here, to run once:\n  Serial.begin(9600);\n  servo.attach(7);\n  servo.write(175);\n}\n\nvoid loop() {\n  // put your main code here, to run repeatedly:\n  String message = Serial.readStringUntil(\"|\");\n\n  if (message == \"SLAP|\")\n  {\n    Serial.println(\"SLAP WORKED\");\n    servo.write(95);\n    delay(2000);\n    servo.write(175);\n  }\n  delay(100);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphptuts%2Felectron-slap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphptuts%2Felectron-slap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphptuts%2Felectron-slap/lists"}