Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.02 KB

Audiobase

An iOS/Android app using React Native, Firebase, and JavaScript

Table of Contents

  1. Demo
  2. Usage
  3. Requirements
  4. Development

Demo

Video Demo: https://www.youtube.com/watch?v=SES5uDwUIJo&feature=youtu.be

Audiobase login / song adding demo

Audiobase editing queue demo

Audiobase chat demo

Usage

  1. Create a copy of the example_config.js and rename it config.js
  2. Enter your Soundcloud API key and Firebase API key in your config.js
  3. Open terminal and enter react-native run-ios OR react-native run-android
  4. In the app enter Audiobase name: Hrla28
  5. In the app enter Key: Hrla28key

Requirements

  • React Native CLI
  • Node
  • Xcode or Android Studio

Development

Installing Dependencies

From within the root directory:

npm install or yarn install