{"id":13521440,"url":"https://github.com/IainIsCreative/johnny-five-speech-recognition-lamp","last_synced_at":"2025-03-31T20:31:29.852Z","repository":{"id":148985258,"uuid":"86627541","full_name":"IainIsCreative/johnny-five-speech-recognition-lamp","owner":"IainIsCreative","description":"A lamp that loops through colours using Johnny Five and controlled by HTML5 Speech Recognition.","archived":false,"fork":false,"pushed_at":"2017-04-14T16:12:19.000Z","size":139,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-02T06:12:23.971Z","etag":null,"topics":["arduino","babel","es6","express","hardware","iot","javascript","johnny-five","led-controlling","nodebots","socket-io","speech-recognition","voice-commands","webpack","websockets"],"latest_commit_sha":null,"homepage":"","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/IainIsCreative.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}},"created_at":"2017-03-29T20:41:58.000Z","updated_at":"2020-02-17T12:43:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"49f91117-e0b0-4b59-a1af-16f380c6f446","html_url":"https://github.com/IainIsCreative/johnny-five-speech-recognition-lamp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IainIsCreative%2Fjohnny-five-speech-recognition-lamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IainIsCreative%2Fjohnny-five-speech-recognition-lamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IainIsCreative%2Fjohnny-five-speech-recognition-lamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IainIsCreative%2Fjohnny-five-speech-recognition-lamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IainIsCreative","download_url":"https://codeload.github.com/IainIsCreative/johnny-five-speech-recognition-lamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222679160,"owners_count":17021812,"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":["arduino","babel","es6","express","hardware","iot","javascript","johnny-five","led-controlling","nodebots","socket-io","speech-recognition","voice-commands","webpack","websockets"],"created_at":"2024-08-01T06:00:34.400Z","updated_at":"2024-11-02T05:31:30.885Z","avatar_url":"https://github.com/IainIsCreative.png","language":"JavaScript","funding_links":[],"categories":["Examples"],"sub_categories":["Robot Programming Plugins"],"readme":"# Voice Activated Lamp with Johnny-Five\n\n![Voice Activated Lamp with Johnny-Five](https://github.com/IainIsCreative/johnny-five-speech-recognition-lamp/raw/master/assets/lamp.jpg)\n\nAn example of HTML5 Speech Recognition used to control a lamp using Socket.io and Johnny-Five.\n\n## Why Speech Recognition and Robots?\n\nThis was merely a small experiment of making a small lamp with Johnny-Five but also using speech recognition for control. With this, we can have a web app using Speech Recognition for commands that are then sent to our server, which will then check and change the robot's state, the robot being our lamp.\n\nIt's also worth noting **this is just a prototype project.** It's nothing production ready and was made for fun, but also for practicing JS stacks and organisation.\n\n## How do I make this lamp?\n\nDon't worry — you can find instructions and a circuit here for making the circuit for the lamp. Included in the file are a list of components and also a detailed guide for first-timers.\n\n## Installation\n\nClone this repository and then use `npm` or `yarn` to install the project's dependencies. In this README, I will be using Yarn (as it's super powerful) but any commands here can be used with `npm` as well. Your choice.\n\n```\nyarn install\n```\n\n## Running the project\n\nTo run the project *as is*, then simply run the `build` command and then run `start` to get the project going.\n\n```\nyarn build\nyarn start\n```\n\n### Running the project under Development\n\nIf you wish to use this for development purposes and even extend it, it's best to use `dev-start` and `dev-server`. `dev-start` is to run Nodemon to watch our files and update on the fly while running a web server. `dev-start` initiates a Webpack Server to watch for changes on the client files and update them.\n\n```\nyarn dev-start\nyarn dev-server\n```\n\n## All Commands\n\n- `dev-start` : Starts the Express Server and uses Nodemon to watch for changes\n- `dev-server` : Begins a Webpack Development Server to rebundle your scripts.\n- `build` : Compile all the code for production.\n- `start` : Start the production copy of the server.\n- `test` : Check and test the code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIainIsCreative%2Fjohnny-five-speech-recognition-lamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FIainIsCreative%2Fjohnny-five-speech-recognition-lamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FIainIsCreative%2Fjohnny-five-speech-recognition-lamp/lists"}