Hello world add-on for Stremio in Java

March 13, 2019 ยท View on GitHub

Shows how to build basic Stremio Add-on

This example shows how to make a Stremio Add-on in Java with Spring and Spring Boot.

Quick Start

Clone or download this repo and build it according to this tutorial https://spring.io/guides/gs/gradle/

Contents

  1. 1Shows how to build basic Stremio Add-on
  2. 2Quick Start