An open API service indexing awesome lists of open source software.

https://github.com/debck/typing-sound


https://github.com/debck/typing-sound

Last synced: over 1 year ago
JSON representation

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