From a57f9d1f550cc307796cc50c799bb4d051b4b516 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 21 Jun 2023 15:31:18 +0200 Subject: [PATCH 1/2] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f29cb15..e69ac12 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ package that holds all providers of movie-web. Feel free to use for your own projects. +features: + - scrape popular streaming websites + - works in both browser and NodeJS server + > This package is still WIP From 9f66778d2873fa127c58caeddeef4f5cdcad4a9c Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 21 Jun 2023 15:32:42 +0200 Subject: [PATCH 2/2] move github actions --- .github/{ => workflows}/publish.yml | 0 .github/{ => workflows}/tests.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/publish.yml (100%) rename .github/{ => workflows}/tests.yml (100%) diff --git a/.github/publish.yml b/.github/workflows/publish.yml similarity index 100% rename from .github/publish.yml rename to .github/workflows/publish.yml diff --git a/.github/tests.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/tests.yml rename to .github/workflows/tests.yml