This is a simple Electron wrapper for netflix.com.
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)