Installation
Client Applications
We are currently in the process of deploying our Android and iOS applications to Google's play store and Apple's app store.
In the meantime feel free to download our latest stable release and test out grapevine in the Android and iOS development kits.
Grapevine API
Grapevine API is available at http://docs.grapevineapi.apiary.io/#
You can also test our server locally by downloading the latest stable release. Our server is implemented using Node.js so it's quite easy to install. Just run the following from the root directory.
npm install
npm start
Our social-media and grapevine servers should now be running on localhost.
If you'd like to run our tests you can run them with:
npm test