baylisslabs / web-chromatic-tuner

Proof of concept for an online guitar tuner for mobile, tablet or desktop. Its written in Typescript, and uses Mithril, Redux and Web Workers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of concept for an online guitar tuner for mobile, tablet or desktop that uses the microphone. Its written in Typescript, and uses Mithril, Redux and Web Workers.

Live Demo

Quick Start (development)

Download and install node

Download and install yarn

> npm install -g typescript

> npm install -g gulp

> npm install -g local-web-server

> yarn

> export NODE_ENV=development

> gulp build

Run

Start the web application Server

> cd dist/www && ws --spa index.html

Open the application

About

Proof of concept for an online guitar tuner for mobile, tablet or desktop. Its written in Typescript, and uses Mithril, Redux and Web Workers.

License:GNU General Public License v3.0


Languages

Language:TypeScript 57.8%Language:SCSS 26.6%Language:JavaScript 13.7%Language:HTML 2.0%