Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MisterTea/MemeGenerator

Share jokes with your team
https://github.com/MisterTea/MemeGenerator

Last synced: 9 days ago
JSON representation

Share jokes with your team

Awesome Lists containing this project

README

        

# MemeGenerator

Share jokes with your team!

## Requirements

You need a mongodb database and nodejs.

## Installing

First, install the dependencies:

```
npm install
```

Then, make a copy of the example options and set them based on your scenario:

```
cp options_example.json options.json
emacs options.json
```

Then, execute this line to launch the server:

```
node server/server.js --optionsFile=options.json | ./node_modules/.bin/bunyan
```