https://github.com/debck/typing-sound
https://github.com/debck/typing-sound
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/debck/typing-sound
- Owner: debck
- License: cc0-1.0
- Created: 2018-08-10T13:51:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T16:35:59.000Z (almost 8 years ago)
- Last Synced: 2025-01-21T18:51:26.487Z (over 1 year ago)
- Language: JavaScript
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## This is a simple electron app which plays a sound for every keyboard key that you press.
### Thanks to ***@Carol Pelu*** for making this tutorial to get started with concepts of [electronjs](https://electronjs.org/)
## To Use
```bash
# Clone this repository
git clone https://github.com/debck/Typing-Sound
# Go into the repository
cd Typing-Sound
# Install dependencies
npm install
# Run the app
npm start
```
* Built for learing electron