Provides a web interface to transfer data from Mobile phone to computer.
Make sure you have installed following app
- NodeJs version 6.X.X from here
- Clone the repository
git clone https://github.com/DevNitish/EasyMobileToComputerDataTransfer.git - Change the name of the repository if you want otherwise
cd EasyMobileToComputerDataTransfer - Install npm packages
npm install - Start the Node App
npm start - Open th browser on port 4050
http://localhost:4050/
Happy coding CHEERS!