Send and receive faxes using Google Glass. Seriously.
##Prerequisites
- Google Glass w/ access to Mirror API
- Node.js, NPM and ImageMagick
- Phaxio
npm install
or npm install express phaxio request imagemagick googleapis jade
- Create a new Google APIs Project
- Enable the Google Mirror API
- Create an OAuth 2.0 client ID for a web application
- Enter your server's hostname and port in app.js
- Enter your Mirror API credentials in app.js
- Enter your Phaxio API credentials, Phaxio number and a default to number in app.js
- Change your Phaxio number's callback address to http://hostname:port/fax_received
node app
or forever start app.js
- Authorize the app by visiting http://hostname:port/ on your computer
- Send faxes by sharing a photo with Glass Fax, speak a phone number in the caption to override the default number
- View faxes you receive in your Glass timeline
- Change the default number to send a fax to by visiting http://hostname:port/number/{digits} on your computer