Releases: lmucs/grapevine
Grapevine v1.0
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
Grapevine v0.1
This is the first pre-release for Grapevine.
iOS and Android applications can be run and demoed using their respective developer tools (see wiki for more information).
To run a local instance of our social-media-api and grapevine-api servers run npm start on the root directory.
To run our tests run npm test on the root directory.