Note: This project is now calling gvoice
directly from the command line rather than the smsblast
bash script. This will provide better Windows compatibility.
- Node.js 0.10.x and up with NPM
- Bower package manager (
npm install -g bower
) - pygooglevoice (several versions out there, we use https://code.google.com/r/kkleidal-pygooglevoiceupdate/)
- Run
git clone https://github.com/richdunajewski/smsblast-frontend.git
cd
into the smsblast-frontend directory.- Run
npm install
to install the Node.js dependencies. cd
into the assets directory.- Run
bower install
to install frontend dependencies. - Run
cd ..
- Copy gv_credentials-example.json to gv_credentials.json and update with your Google Voice account information.
node app.js
to start the server.- Open http://localhost:7000/ in your browser.
- Enjoy!