Sign inSign up

timmo001/home-panel-api

By timmo001

Updated over 7 years ago

REST API for Home Panel

Image
2

100K+

timmo001/home-panel-api repository overview

Home Panel API

GitHub Release

License

pipeline status

Waffle.io - Columns and their card count

Docker Version

Docker Layers

Docker Pulls

Anchore Image Overview

REST API for Home Panel

Features

  • Searches and gets streams from the TuneIn API.
  • SSL Support

Setup

See docs in Home Panel.

Usage

  • GET / - Test the api is active

  • POST /radio/search - Send query in JSON:

    {
      "query": "Radio Station"
    }
    
  • POST /radio/get - Send object returned by above request in JSON: (guide_id is technically the only required field, but sending the whole object is rea)

    {
      ...
      "guide_id": "Radio Station"
      ...
    }
    

Tag summary

Content type

Image

Digest

Size

17.7 MB

Last updated

over 7 years ago

docker pull timmo001/home-panel-api:edge