stremio-addon-kemal

Version, currently main branch1 version
  • main branchlatestJul 28, 2023

github.com/ryan-kraay/stremio-addon-kemal

A Stremio Addon tailored for the Kemal web framework, written in Crystal Lang

1 stars
0 dependents
License: LGPL

Installation

# Add this to your shard.yml
dependencies:
  stremio-addon-kemal:
    github: ryan-kraay/stremio-addon-kemal
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.9.2
License
LGPL
Author
Ryan Kraay

Dependencies

Runtime Dependencies

Development Dependencies

  • spectator~> 0.11.6gitlab: arctic-fox/spectatordev

README

stremio-addon-kemal

A Stremio Addon tailored for the Kemal web framework.

Build using the Crystal Streamio-Addon-DevKit.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      stremio-addon-kemal:
        github: ryan-kraay/stremio-addon-kemal
  2. Run shards install

Usage

require "stremio-addon-kemal"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/stremio-addon-kemal/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors