https://github.com/stevenpersia/netflix-desktop-app
Netflix desktop app - ElectronJS
https://github.com/stevenpersia/netflix-desktop-app
desktop-app electron electron-app electronjs netflix
Last synced: 11 months ago
JSON representation
Netflix desktop app - ElectronJS
- Host: GitHub
- URL: https://github.com/stevenpersia/netflix-desktop-app
- Owner: stevenpersia
- License: mit
- Created: 2019-02-23T18:47:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T16:49:57.000Z (over 3 years ago)
- Last Synced: 2024-05-28T07:43:21.854Z (about 2 years ago)
- Topics: desktop-app, electron, electron-app, electronjs, netflix
- Language: JavaScript
- Homepage:
- Size: 3.94 MB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Netflix desktop app
This project is not maintained anymore :(
## Overview
Tired of having to connect to Netflix site to see your favorite shows when you are on your computer ? Install the Netflix desktop app and enjoy !
Of course, all rights are reserved for Netflix.
## Installation and usage
### Running the project
Clone this repository :
```
git clone https://github.com/stevenpersia/netflix-desktop-app.git
cd netflix-desktop-app
```
Install packages :
```
yarn
```
When installation is complete, run one of these commands :
```bash
yarn dev # development
# or
yarn dist # create dist, you'll find app in this folder
```
## Star, Fork, Clone & Contribute
Feel free to contribute on this repository. If my work helps you, please give me back with a star. This means a lot to me and keeps me going!