Share something to multiple social networks with one single click.
Some codes are forked from Easy Node Authentication project.
If you would like to download the code and try it for yourself:
- Clone the repo:
git clone git@github.com:PriceBeater/bullhorn.git
- Install packages:
npm install
- Change out the database configuration in config/database.js
- Change out auth keys in config/auth.js
- Launch:
node main.js
- Visit in your browser at:
http://localhost:8030