Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binoy638/streamize-client
https://github.com/binoy638/streamize-client
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/binoy638/streamize-client
- Owner: binoy638
- Created: 2022-02-03T14:38:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T12:25:39.000Z (over 1 year ago)
- Last Synced: 2024-04-20T09:00:42.689Z (7 months ago)
- Language: TypeScript
- Homepage: https://streamize.backendev.com
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Streamize - Stream Torrent Videos Online (Client)
Streamize is a web app which allows you to download torrents in a remote server and stream them right from your browser.
## Run Locally
Clone the project
```bash
git clone https://github.com/binoy638/streamize-client
```Go to the project directory
```bash
cd streamize-client
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run dev
```## Environment Variables
To run this project, you will need to add the following environment variables to your .env.local file
`NEXT_PUBLIC_BASE_URL`
If you want to search torrent then you need to add the below env variable (check this [repo](https://github.com/binoy638/torrent-scrapper) for more info).
`NEXT_PUBLIC_TORRENT_SCRAPPER_URL`
## 🔗 Links
[Live Demo](https://streamize.backendev.com/)
[Server Repo](https://github.com/binoy638/streamize-api)
## Disclaimer
Streamize is developed only for educational purposes and is not intended for commercial use.
## License
[MIT](https://choosealicense.com/licenses/mit/)