From 9816b978d3bbee68f8b419d4202bc0c44c7a04ce Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 21 Mar 2018 12:13:57 +0100 Subject: [PATCH] Updated demo on readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8a9cf..8949108 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [![Known Vulnerabilities](https://snyk.io/test/github/KevinMidboe/seasonedShows/badge.svg?targetFile=seasoned_api/package.json)](https://snyk.io/test/github/KevinMidboe/seasonedShows?targetFile=seasoned_api/package.json) [![DUB](https://img.shields.io/dub/l/vibe-d.svg)]() -Your customly *seasoned* movie and show requester, downloader and organizer. Demo page can be viewed [here](https://kevinmidboe.com/request) +Your customly *seasoned* movie and show requester, downloader and organizer. +📺 [Demo](https://kevinmidboe.com/request) ## About The goal of this project is to create a full custom stack that can to everything surround downloading, organizing and notifiyng of new media. From the top down we have a website using [tmdb](https://www.themoviedb.com) api to search for from over 350k movies and 70k tv shows. Using [hjone72](https://github.com/hjone72/PlexAuth) great PHP reverse proxy we can have a secure way of allowing users to login with their plex credentials which limits request capabilites to only users that are authenticated to use your plex library.