Coder Social home page Coder Social logo

loungehackers / chat Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 5.0 1.09 MB

A meetup chat client that is restricted to an array of meetup groups. It's deprecated in favor of slack.

License: MIT License

Ruby 53.56% JavaScript 23.37% CoffeeScript 0.40% CSS 22.26% Shell 0.41%

chat's Introduction

Application state

This application is deployed, but major reworks are being worked on.

Branches

  master - the currently live version
  redesign - an old attempt to sanitize the communication protocol
  node_rework - an attempt to rewrite the client in node

Lounge Chat

This is a(supposed to become) rails application with a jabber backend where users can create project ideas, vote for them and assign them selves as contributors to a project.

Each project should get a chat channel which is logged into the project git repository.

Login to the server should be authorized via the Meetup API, each user must be a member of a authorized meetup group.

Code style

Since the Ruby Community is a tad anal about using 2 spaces for indentation, and I'm anal about using tabs instead. So if you're like me you want to make everyone happy including yourself, be sure to make sure you have to set up this repo as follows:

  $ cat .git/info/attributes
  *.rb	filter=tabspace
  $ git config --global filter.tabspace.smudge=unexpand --tabs=2 --first-only
  $ git config --global filter.tabspace.clean=expand --tabs=2 --initial

Setup the application

Create a file '.env' in the root of the application with the following key value pairs:

  meetup_api_key= [obtain from meetup.com]
  meetup_api_secret= [obtain from meetup.com]
  secret_key_base= [128 character random key]

Then just run bundle, run the migrations and start the rails server

  $ bundle install
  $ rake db:migrate
  $ bundle exec rails server -p 3000

Now you'll have a local instance running on port 3000

chat's People

Contributors

deckmar avatar johan-deckmar-dewire avatar speakman avatar stefanwallin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  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.