{"id":48315857,"url":"https://github.com/iswilljr/wovie","last_synced_at":"2026-04-05T00:31:41.599Z","repository":{"id":242935418,"uuid":"810984620","full_name":"iswilljr/wovie","owner":"iswilljr","description":"Discover trending movies and tv shows","archived":false,"fork":false,"pushed_at":"2026-02-18T01:46:22.000Z","size":2209,"stargazers_count":27,"open_issues_count":1,"forks_count":27,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-18T06:53:14.865Z","etag":null,"topics":["free-movies","free-tv-show","movie-search","movies","streaming","tmdb","tv","tvshows"],"latest_commit_sha":null,"homepage":"https://wovix.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iswilljr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-05T18:09:28.000Z","updated_at":"2026-02-18T01:46:26.000Z","dependencies_parsed_at":"2024-06-05T20:37:31.986Z","dependency_job_id":"26b38cbf-443e-4090-862d-a4765bbf26b4","html_url":"https://github.com/iswilljr/wovie","commit_stats":null,"previous_names":["iswilljr/wovie"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iswilljr/wovie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iswilljr%2Fwovie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iswilljr%2Fwovie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iswilljr%2Fwovie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iswilljr%2Fwovie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iswilljr","download_url":"https://codeload.github.com/iswilljr/wovie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iswilljr%2Fwovie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31420085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["free-movies","free-tv-show","movie-search","movies","streaming","tmdb","tv","tvshows"],"created_at":"2026-04-05T00:31:41.098Z","updated_at":"2026-04-05T00:31:41.580Z","avatar_url":"https://github.com/iswilljr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is Wovie?\n\nWovie is a web app for watching movies easily.\n\nThe web works by displaying video files from third-party providers inside an intuitive user interface.\n\n## Deploy With Vercel\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?demo-description=Discover+and+Watch+trending+movies+and+tv+shows\u0026demo-title=Wovie+-+Watch+Movies+%26+TV+Shows+Free\u0026demo-url=https%3A%2F%2Fwovix.app%2F\u0026env=ASTRO_DB_REMOTE_URL%2CASTRO_DB_APP_TOKEN%2CTMDB_KEY%2CBETTER_AUTH_URL%2CBETTER_AUTH_TRUSTED_ORIGINS%2CBETTER_AUTH_SECRET\u0026envDescription=How+to+get+these+env+variables%3A\u0026envLink=https%3A%2F%2Fgithub.com%2Fiswilljr%2Fwovie%2Fblob%2Fmaster%2F.env.example\u0026external-id=https%3A%2F%2Fgithub.com%2Fiswilljr%2Fwovie%2Ftree%2Fmaster\u0026project-name=Wovie\u0026repository-name=wovie\u0026repository-url=https%3A%2F%2Fgithub.com%2Fiswilljr%2Fwovie)\n\n## Running locally for development\n\nTo run locally, you must first clone the repository. After that run the following commands in the root of the repository:\n\n```bash\npnpm install\npnpm run dev\n```\n\nYou have to also make an `.env` file to configure your environment. [See guide to setup env](#how-to-get-env-variables).\n\n## How to get env variables\n\n### The Movie Database (TMDB) API Read Access Token\n\nTo get your `TMDB_KEY`:\n\n- Go to [TMDB's website](https://www.themoviedb.org/).\n- Sign up for an account if you don’t have one already.\n- Once logged in, navigate to your account settings by clicking on your profile icon in the top-right corner.\n- In the settings menu, select API (or go directly to TMDB API Settings).\n- Click Create to generate a new API key. You might need to fill out a form describing your use case.\n- Once approved, copy your `API Read Access Token` into the `TMDB_KEY` variable.\n\n### Turso Database URL and Auth Token\n\nTo get your `ASTRO_DB_APP_TOKEN` and `ASTRO_DB_REMOTE_URL`:\n\n- Visit [Turso](https://turso.tech/) and create an account if you don’t have one.\n- After logging in, create a new database by following the instructions in the dashboard.\n- Once the database is created, click on the 3 dots next to the database name and select \"Create Token\" and follow the instructions to create a new token.\n- After token created, you will see the token and database variables.\n  ![image](https://github.com/user-attachments/assets/6b603765-2022-4aba-bb40-d1439f433e1a)\n- Copy the values and paste them into the `ASTRO_DB_APP_TOKEN` and `ASTRO_DB_REMOTE_URL` variables\n  Example .env file\n\nHere’s how your .env file should look:\n\n```bash\nASTRO_DB_REMOTE_URL=\"libsql://*****************\"\nASTRO_DB_APP_TOKEN=\"**************************\"\n```\n\n### Better Auth\n\n- `BETTER_AUTH_URL` is the URL of your website.\n- `BETTER_AUTH_TRUSTED_ORIGINS` is the URL of your website.\n- `BETTER_AUTH_SECRET` is a secret key that you can generate using [this tool](https://generate-random.org/encryption-key-generator).\n\nHere’s how your .env file should look:\n\n```bash\nBETTER_AUTH_URL=\"https://wovix.app\"\nBETTER_AUTH_TRUSTED_ORIGINS=\"https://wovix.app\"\nBETTER_AUTH_SECRET=\"your-secret-key\"\n```\n\n## Setting Environment Variables on Vercel\n\n- Log in to Vercel: Go to Vercel's website and log in to your account.\n- Open Your Project: Select the project you want to configure from the Vercel dashboard.\n- Click on your project to open the settings.\n- Navigate to Environment Variables\n- Click Add to create a new environment variable.\n- Enter the variable name (`TMDB_KEY`, `ASTRO_DB_APP_TOKEN`, `ASTRO_DB_REMOTE_URL`, etc.) in the Key field.\n- Enter the corresponding value you obtained earlier in the Value field.\n- Save Changes: Click Save after adding each variable\n\nor deploy a new project\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?demo-description=Discover+and+Watch+trending+movies+and+tv+shows\u0026demo-title=Wovie+-+Watch+Movies+%26+TV+Shows+Free\u0026demo-url=https%3A%2F%2Fwovix%2F\u0026env=ASTRO_DB_REMOTE_URL%2CASTRO_DB_APP_TOKEN%2CTMDB_KEY%2CBETTER_AUTH_URL%2CBETTER_AUTH_TRUSTED_ORIGINS%2CBETTER_AUTH_SECRET\u0026envDescription=How+to+get+these+env+variables%3A\u0026envLink=https%3A%2F%2Fgithub.com%2Fiswilljr%2Fwovie%2Fblob%2Fmaster%2F.env.example\u0026external-id=https%3A%2F%2Fgithub.com%2Fiswilljr%2Fwovie%2Ftree%2Fmaster\u0026project-name=Wovie\u0026repository-name=wovie\u0026repository-url=https%3A%2F%2Fgithub.com%2Fiswilljr%2Fwovie)\n\n\u003c!-- Hey what's up --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiswilljr%2Fwovie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiswilljr%2Fwovie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiswilljr%2Fwovie/lists"}