Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/MisterTea/MemeGenerator
- Owner: MisterTea
- License: mit
- Created: 2015-03-09T17:47:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T19:28:43.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T14:09:05.383Z (3 months ago)
- Language: JavaScript
- Size: 675 KB
- Stars: 13
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```