Coder Social home page Coder Social logo

ionradio's Introduction

Simple, useful and efficient.

Setup

  1. Install Node js
  2. install Ionic Framework
npm install -g ionic cordova
  1. Create your Firebase project
  2. Use this configuration for use Firestore database in developer/database/rules
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read, write;
    }
  }
}
  1. Add in firestore radios/
{
    "description" : " 95.5 Virgin Hitz is rich in “Top Chart Hit” radio station which features all current hits of both International and Thai music at that particular moment.",
    "fq" : 90.5,
    "image" : "http://cdn-radiotime-logos.tunein.com/s14807q.png",
    "title" : "95.5 Virgin HITZ",
    "url" : "http://listen.shoutcast.com/113fmchillzone"
}
  1. Download or clone repository
git clone https://github.com/agazinakou/ionRadio.git
  1. Click on "Add Firebase to your Web application" in the firebase console
  2. Copy and paste the content into src/app/app.firebase.config.ts
export const FIREBASE_CONFIG = {
    apiKey: "XXXXXXXXXXXX",
    authDomain: "XXXXXXXXXXXX",
    databaseURL: "XXXXXXXXXXXX",
    projectId: "XXXXXXXXXXXX",
    storageBucket: "XXXXXXXXXXXX",
    messagingSenderId: "XXXXXXXXXXXX"
};
  1. Use the terminal and go to the project directory
npm install
  1. Installing on your phone :D
ionic cordova platform add android
ionic cordova build android

Contact me

If you need technical support or have any questions, please send a message to [email protected] or via skype: aziiin5.

Don't re-invent the wheel, Just re-align It.

ionradio's People

Contributors

agazinakou avatar

Stargazers

 avatar

Forkers

e-kacaj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.