Skip to content
/ alfred Public

Alfred is a chat application written in node.js with express.js, socket.io and everyauth

Notifications You must be signed in to change notification settings

serg0x/alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alfred

Alfred is a chat application written in node.js with express.js and socket.io that uses couchdb to store information and everyauth (OAuth with facebook, twitter or github) for authentication.

Installation

$ git clone [email protected]:rendro/alfred.git alfred && cd alfred
$ npm install
$ make

You can start the app with Foreman. Therefore you need to set up your .env file:

$ cp .env.dist .env

And then fill in your app keys/secrets the app port and the session secret. You are ready to go:

$ foreman start

Information

Currently there is a bug in one dependeny, the jscrollpane. Change line number 1392 from

$("script",elem).filter('[type="text/javascript"],not([type])').remove();

to this:

$("script",elem).filter('[type="text/javascript"]').remove();

Disclaimer

This software is for testing reasons and far away from being deployable. Contribute by forking and send as much fancy pull requests as possible.

About

Alfred is a chat application written in node.js with express.js, socket.io and everyauth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published