/electron-netflix

A simple Electron wrapper for Netflix

Primary LanguageJavaScript

This is a simple Electron wrapper for netflix.com.

Netflix for macOS

Getting Started

Run the following commands to install, build and start the app:

$ npm install
$ npm start

Run the following command to create an app for macOS:

$ npm run package-darwin
($ mv ./dist/Netflix-darwin-x64/Netflix.app /Applications)