Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bluedaniel/Kakapo-native

:musical_note: [iOS & Android] An open source ambient sound mixer
https://github.com/bluedaniel/Kakapo-native

android ios kakapo react-native

Last synced: about 2 months ago
JSON representation

:musical_note: [iOS & Android] An open source ambient sound mixer

Awesome Lists containing this project

README

        

Kakapo native is an ambient sound mixer for relaxation or productivity. Built with React Native it is available in both the Apple App Store and Google Play Store.

[Download for iOS](https://itunes.apple.com/us/app/kakapo/id1046673139).

[Download for Android](https://play.google.com/store/apps/details?id=com.kakaponative).

See also: [Kakapo for Desktop & Web](https://github.com/bluedaniel/Kakapo-app) - [Kakapo for Chrome](https://github.com/bluedaniel/Kakapo-chrome).

It's built using:

- [React Native](https://github.com/facebook/react) - UI & view components
- [Redux](https://github.com/rackt/redux) - State management.
- [ImmutableJs](https://github.com/facebook/immutable-js) - All stores uses immutable maps/lists.
- [Babel 6](https://github.com/babel/babel) - Tooling.
- [RxJS](https://github.com/Reactive-Extensions/RxJS) - State changes use observables.

## Install and run

``` bash
# Clone
$ git clone https://github.com/bluedaniel/Kakapo-native.git

# Install
$ cd Kakapo-native && npm install

# Run iOS
$ npm start

# Run Android
$ npm start -- --platform=android
```

## Bugs and Feature Requests

Have a bug or a feature request? [Please open a new issue here](https://github.com/bluedaniel/Kakapo-native/issues/new).