The Language Exchange seeks to help people learn a foreign language by connecting them with a native speaker of the language they're learning. People are instantly connected with each other via video chat and instant messaging and can take turns practicing their foreign language.
The Language Exchange is an Angular webapp that uses icecomm.io (powered by WebRTC) for video chat and the Google Translate API for text chat.
Visit the Language Exchange at:
http://amdev.elasticbeanstalk.com/
The latest version of the Language Exchange codebase can be found here:
https://github.com/Aberrant-Marble/Aberrant-Marble
For the most up-to-date documentation on product functionality and technical architecture goto:
https://github.com/Aberrant-Marble/Aberrant-Marble/tree/master/docs
Prerequisites: You must have Node.js, Bower, and MySQL installed.
To get up and running on your local development machine:
- Fork the repo
- Run bower install
- Run npm install
- Start your node server
- Start your mySql server
- Goto http://localhost:3000
Additionally, start a server by running gulp serve
and then run gulp
to continually compile files and refresh the browser.
If you would like to make a contribution, please see the contribution guide for the git workflow.
https://github.com/Aberrant-Marble/Aberrant-Marble/blob/master/CONTRIBUTING.md
For any bugs or issues, please create a new issue at:
https://github.com/Aberrant-Marble/Aberrant-Marble/issues