Git Product home page Git Product logo

linguist's Introduction

Linguist

Linguist allows you to talk to people around the world in different languages by translating your messages automatically for you.

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

You can try linguist out here: http://linguist.azurewebsites.net.

From the home page:

  1. Select your language from the sidebar
  2. Create a username
  3. Select the room you want to chat in. If no room is selected, default is lobby
  4. Start chatting!

Requirements

  • Node 0.10.x
  • MongoDB
  • Microsoft Translator

Development

Installing Dependencies

  1. Run npm and bower install

From within the root directory:

npm install -g bower
npm install
bower install
  1. Acquire Microsoft Translator credentials (Client ID and Client secret) through Windows Azure. Guide available here.

  2. Create a config.js file in /server/ with the following contents:

var config = {};
config.client_id = "FILL ME IN";
config.client_secret = "FILL ME IN";
config.localDevPath = 'mongodb://localhost:27017/linguist';
module.exports = config;

Tasks

gulp - Runs tests, builds public scripts, and serves site on local server port 3000, and watches for changes to files (server and public).

gulp scripts - Builds public scripts for deployment, placing result in /public/dist

gulp test-server - Server Test

gulp test-client - Client Test

Roadmap

View the project roadmap here

Team

  • Product Owner: Jared Noble
  • Scrum Master: Dave Fedele
  • Development Team Members: Tyler Davis, Ryan Leung

Contributing

See CONTRIBUTING.md for contribution guidelines.

linguist's People

Contributors

davefedele avatar tkdavis avatar jsnoble avatar

Watchers

James Cloos avatar Ryan Leung avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.