Skip to content

ErikSchierboom/ionic2-audio-recorder

Repository files navigation

Ionic 2 audio recorder

A simple audio recorder using the Ionic 2 platform.

Building

To build the app, follow the following steps:

  • Install Ionic 2: npm install -g ionic@beta
  • Install Cordova: npm install -g cordova
  • Clone this repository: git clone https://github.com/ErikSchierboom/ionic2-audio-recorder.git
  • Go to the cloned repository's directory and run: npm install
  • Add your target platform(s): ionic cordova platform add <platform>
  • Add the cordova-plugin-media plugin: ionic cordova plugin add cordova-plugin-media
  • Either, run the app on a simulator: ionic emulate <platform>
  • Or, run the app on a device: ionic run <platform> --device

License

Apache License 2.0

About

A simple audio recorder using Ionic 2.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages