Git Product home page Git Product logo

radiodb's Introduction

radiodb

Github-based database for radio stations

This database is used for the Id7-themed CarRadio app made for android car headunits.

Improving the database

Adding missing stations through pull requests is welcomed as long as you follow the format outlined in the format section.
Images may be uploaded in the 'IMG' subfolders, but please make sure to include a license if required.
If no such license is available or applicable please link to an external host.

Formatting stations

The station lists use the following format:

{
  // String: id of the station, use the format XXYY where XX is the country code and YY is the station number.
  "id": "XX1",
  // String: Name of the station.
  "name": "Radio Station 1",
  // String: Country of origin for the station, please make sure you put the station in the correct folder.
  "country": "Country",
  // String: Short (one-line) description of the station.
  "description": "Very Radio Many Music",
  // String: Genre(s), currently unused.
  "genre": "Music, Song, Dance",
  // Double: FM/AM frequency of the station, please make sure to properly format, e.g. 20 becomes 20.0
  "frequency": 69.0,
  // String: Url to MP3 stream for the station, please supply https when available, leave empty ("") when unavailable
  "mp3Stream": "https://host.com/path/to/mp3/stream",
  // String: Url to AAC stream for the station, please supply https when available, leave empty ("") when unavailable
  "aacStream": "https://host.com/path/to/mp3/stream",
  // String: Url to the image for the station, use icons with transparency and of 100kb or less for best results.
  "imageUrl": "https://host.com/path/to/image.png"
}

Attribution

This section will be used for attribution to those who contributed to this database, as well as link to any licenses applicable to the items in this database.

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.