Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisguitton/twitterbattle
A webapp to launch battles with hashtags
https://github.com/louisguitton/twitterbattle
Last synced: about 1 month ago
JSON representation
A webapp to launch battles with hashtags
- Host: GitHub
- URL: https://github.com/louisguitton/twitterbattle
- Owner: louisguitton
- Created: 2015-08-20T10:58:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T22:17:40.000Z (almost 7 years ago)
- Last Synced: 2024-10-09T20:38:40.276Z (about 1 month ago)
- Language: JavaScript
- Size: 4.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/louisguitton/twitterBattle.svg?branch=master)](https://travis-ci.org/louisguitton/twitterBattle)
# twitterBattle
```bash
$ DEBUG=twitterbattle && npm start
```# Stack
Node.JS + ExpressJS + MongoDB + Socket.io + Twitter Streaming API + Bootstrap + FontAwesome + D3.JS
# Dependencies
Framework
- ExpressJS
ExpressJS 4.0 dependencies- Morgan
- Body-parser
- Cookie-parser
- Debug
- Serve-favicon
- Express SessionTemplating engine
- Jade
Client-server communication and event reaction
- Socket.io
Twitter api client
- TwitMongoDB Object Modeling
Most of advanced tutorials use Mongoose. Yet I am a beginner, and decided to follow [this Stackoverflow advice](http://stackoverflow.com/questions/23615377/monk-vs-mongoose-for-mongodb) and start by using the MongoDB client first. When I reach its limits, I will use Monk. Then if needed I will move on to Mongoose. Less is more.
Login- Passport
- Passport sub-packages
- Connect flash
- Bcrypt