Skip to content

Max104t/eOpenPeriscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eOpenPeriscope

based on gitnew2018/My-OpenPeriscope and Pmmlabs/OpenPeriscope NW.js. This project is going to be a major refactor to:

  • port the code to cordova to enable running it on mobile phones
  • refactor the code to fix the code style and improve maintainability

Will drop support for:

  • in-browser client. While it is cool, it is not supported on mobile platforms

Development

Note: Running this requires Git and npm.

# Clone the repository
$ git clone https://github.com/Max104t/eOpenPeriscope.git
# install cordova
$ npm i -g cordova
# Go into the repository
$ cd eOpenPeriscope/app
# Install dependencies
$ npm install
# Run the app
$ cordova run electron --nobuild
$ cordova run browser --target=chrome -- --allow-file-access-from-files --disable-web-security --allow-file-access --allow-cross-origin-auth-prompt --disable-site-isolation-trials

For browser platform

You will also need CORS proxy for browser platform. get is from here.

git clone git@github.com:Max104t/bypasscors.git
cd bypasscors
npm install
npm run start

Credits

#License