https://github.com/mapado/catchmemeall
Save the internet by rescuing all the endangered meme characters!
https://github.com/mapado/catchmemeall
Last synced: 9 months ago
JSON representation
Save the internet by rescuing all the endangered meme characters!
- Host: GitHub
- URL: https://github.com/mapado/catchmemeall
- Owner: mapado
- License: apache-2.0
- Created: 2014-03-29T10:56:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T14:59:27.000Z (about 12 years ago)
- Last Synced: 2023-04-09T19:51:36.751Z (about 3 years ago)
- Language: CSS
- Homepage:
- Size: 7.39 MB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Catch Meme All
===========
Save the internet by rescuing all the endangered meme characters!
This project was coded by Julien Deniau, Christelle Mozzati, Julien Balian, Dimitri Allegoet & Balthazar Rouberol during the Fhacktory 2nd edition.

## Server
### Installation
```bash
$ git clone https://github.com:mapado/CatchMemeAll.git
$ cd CatchMemeAll
$ npm install -g coffee-script
$ npm install
```
### Run the server
#### Production
``` bash
$ node server.js # not working for now, need to convert the .coffee file to JS
```
You also need to run a Python flask server talking to the twitter API.
```bash
$ sudo pip install -r requirements.txt
$ python twitter_server.py
```
#### Dev mode
```bash
$ npm install -g node-dev
$ node-dev server.coffee
```
## Clients
Open a recent Browser (suporting Websockets) on host: [http://www.catchmemeall.com](http://www.catchmemeall.com) and enjoy !