Arrange an ad hoc contact moment between two people
The Ad Hoc Arranger demonstrates the possibilities when combining the API’s of Ask CS and Sense OS, enabling a "real-time society".
Make sure you have Java and Maven installed. Also, install the Heroku Toolbelt.
$ mvn install
$ foreman start web
Your app should now be running on localhost:5000.
$ git push heroku master
$ heroku open
The app is deployed at: https://adhoc-arranger.herokuapp.com/
The web application is located in the folder ./webapp
.
To install or update the npm dependencies of the webapp, run
$ cd ./webapp
$ npm install
To bundle the web application:
$ npm run bundle
To run the development version of the web application, start the web server, then open the following url in your browser:
http://localhost:5000/dev.html.
To run the production version:
For more information about using Java on Heroku, see these Dev Center articles: