Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 493 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 493 Bytes

minimodem.js

Kamal Mostafa's minimodem clone in JavaScript

Sample

Installation

Clone the repository

git clone [email protected]:pablogs9/minimodem.js.git

Serve the files with a web server (like Python SimpleHTTPServer)

cd minimodem.js
python -m SimpleHTTPServer

Open it in a browser: localhost:8000

Audio WebAPI won't work if you open local files in a browser