README
OAuth-Bitbucket-Repo-Download
It is express based application used for downloading the bitbucket repositories from your bitbucket account.
How to use the app
Download the repository from https://github.com/sidvip/OAuth-Bitbucket-Repo-Download.
Go to the root of directory and install all the node dependencies.
- npm install.
Follow the procedure given in the following link (Bitbucket OAuth) to register the application's callback url as http://localhost:5000/callback.
Use the generated clientID and clientSecret and paste them in the authorizeBitbucket.js and login.js.
Open your favourite shell and type npm start to run the app.
Finally you are done. Go to the http://localhost:5000 and start enjoying !
License
MIT License