Skip to content

laaglu/dictaphone.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Dictaphone.js is a digital dictaphone application for the web in general and FirefoxOS in particular. It is based on the WebAudio and IndexedDB APIs.

This github repository contains the full code of the application. You can use also the repository to view/file bug reports and feature requests

Users can download the app and read the user guide at: fos-apps.org They may also want to run the app directly from the Firefox Marketplace

Build

To build the dictaphone webapp, all you need is a recent node.js installation. The app build relies entirely on brunch and bower.

Then run the following commands:

  sudo npm install -g bower
  git clone https://github.com/laaglu/dictaphone.js.git
  cd dictaphone.js
  npm install
  npm start

About

Dictaphone.js is a digital dictaphone application for the web in general and FirefoxOS in particular. It is based on the WebAudio and IndexedDB APIs. For more information, visit http://www.fos-apps.org/

Resources

Stars

Watchers

Forks

Packages

No packages published