Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
:musical_note: [iOS & Android] An open source ambient sound mixer
- Host: GitHub
- URL: https://github.com/bluedaniel/Kakapo-native
- Owner: bluedaniel
- License: gpl-3.0
- Created: 2015-09-30T17:25:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-05T23:34:41.000Z (over 8 years ago)
- Last Synced: 2024-08-01T13:26:49.013Z (6 months ago)
- Topics: android, ios, kakapo, react-native
- Language: JavaScript
- Homepage: http://www.kakapo.co/app.html
- Size: 135 MB
- Stars: 139
- Watchers: 4
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: License.txt
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).