Generates account for a VPN provider, by creating a valid email address, generating credentials and performing email validation. All of this is done in a real browser, using Puppeteer.
-
Install required dependencies globally
npm install -g typescript ts-node mkdirp browserify babel-cli uglify-js rimraf chokidar -
Install project dependencies
npm install -
Build the client and server files
npm run build
You first need to build the server and client files. Read the Install section for further details
- To run the server
npm run start - Navigate to http://localhost:5000