{"id":20467828,"url":"https://github.com/simonguozirui/pennapps-home-server","last_synced_at":"2026-05-09T18:45:36.399Z","repository":{"id":67158462,"uuid":"102932146","full_name":"simonguozirui/pennapps-home-server","owner":"simonguozirui","description":null,"archived":false,"fork":false,"pushed_at":"2018-02-18T02:00:51.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T06:15:30.738Z","etag":null,"topics":["api-ai","dialogflow","firebase","firebase-cloud-functions","google-cloud-platform","googlehome","smart-home"],"latest_commit_sha":null,"homepage":"https://devpost.com/software/home-point","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonguozirui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2017-09-09T06:22:40.000Z","updated_at":"2018-02-18T02:02:18.000Z","dependencies_parsed_at":"2023-06-10T01:45:57.504Z","dependency_job_id":null,"html_url":"https://github.com/simonguozirui/pennapps-home-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simonguozirui/pennapps-home-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonguozirui%2Fpennapps-home-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonguozirui%2Fpennapps-home-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonguozirui%2Fpennapps-home-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonguozirui%2Fpennapps-home-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonguozirui","download_url":"https://codeload.github.com/simonguozirui/pennapps-home-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonguozirui%2Fpennapps-home-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["api-ai","dialogflow","firebase","firebase-cloud-functions","google-cloud-platform","googlehome","smart-home"],"created_at":"2024-11-15T13:30:22.480Z","updated_at":"2026-05-09T18:45:36.355Z","avatar_url":"https://github.com/simonguozirui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Home Point Google Home and Cloud Function Code\n[Check out our project](https://devpost.com/software/home-point)\n\n# This Application is developed based on Google Home's Silly Name Maker Example Code\n\n# Actions on Google: Silly Name Maker Sample using Node.js and Cloud Functions for Firebase\n\nThis is a super simple Assistant app, built using API.AI and Node.js, to\ngenerate a silly name based on your lucky number and favorite color.\n\n## Setup Instructions\n\n### Steps\n1. Use the [Actions on Google Console](https://console.actions.google.com) to add a new project with a name of your choosing.\n1. Click *Use API.AI* and then *Create Actions on API.AI* to open the API.AI console.\n1. Click *Save* to save the project.\n1. Click on the gear icon to see the project settings.\n1. Select *Export and Import*.\n1. Select *Restore from zip*. Follow the directions to restore from the `SillyNameMaker.zip` in this repo.\n1. Deploy the fulfillment webhook provided in the functions folder using [Google Cloud Functions for Firebase](https://firebase.google.com/docs/functions/):\n   1. Follow the instructions to [set up and initialize Firebase SDK for Cloud Functions](https://firebase.google.com/docs/functions/get-started#set_up_and_initialize_functions_sdk). Make sure to select the project that you have previously generated in the Actions on Google Console and to reply `N` when asked to overwrite existing files by the Firebase CLI.\n   1. Run `firebase deploy --only functions` and take note of the endpoint where the fulfillment webhook has been published. It should look like `Function URL (sillyNameMaker): https://${REGION}-${PROJECT}.cloudfunctions.net/sillyNameMaker`\n1. Go back to the API.AI console and select *Fulfillment* from the left navigation menu. Enable *Webhook*, set the value of *URL* to the `Function URL` from the previous step, then click *Save*.\n1. In the `make_name` intent, check *End Conversation* for the section *Actions on Google*, then Save.\n1. Open API.AI's *Integrations* page, open the *Settings* menu for *Actions on Google*, authorize by clicking *Authorize*, then click *Test*.\n1. Click *View* to open the Actions on Google simulator.\n1. Type `Talk to my test app` in the simulator, or say `OK Google, talk to my test app` to any Actions on Google enabled device signed into your developer account.\n\nFor more detailed information on deployment, see the [documentation](https://developers.google.com/actions/samples/).\n\n## References and How to report bugs\n* Actions on Google documentation: [https://developers.google.com/actions/](https://developers.google.com/actions/).\n* If you find any issues, please open a bug here on GitHub.\n* Questions are answered on [StackOverflow](https://stackoverflow.com/questions/tagged/actions-on-google).\n\n## How to make contributions?\nPlease read and follow the steps in the CONTRIBUTING.md.\n\n## License\nSee LICENSE.md.\n\n## Terms\nYour use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/).\n\n## Google+\nActions on Google Developers Community on Google+ [https://g.co/actionsdev](https://g.co/actionsdev).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonguozirui%2Fpennapps-home-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonguozirui%2Fpennapps-home-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonguozirui%2Fpennapps-home-server/lists"}