https://github.com/bbmoz/catmeme
app built with express and nightmare
https://github.com/bbmoz/catmeme
Last synced: 9 months ago
JSON representation
app built with express and nightmare
- Host: GitHub
- URL: https://github.com/bbmoz/catmeme
- Owner: bbmoz
- Created: 2016-01-24T13:35:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T18:03:02.000Z (over 10 years ago)
- Last Synced: 2025-01-29T15:50:46.813Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cat Meme
Shows a hopefully funny cat meme from the interwebs.

## Install
```bash
$ npm install
```
## Run
```bash
$ npm start
```
## Note
On a remote linux server, you will additionally need the `xvfb` package.
```bash
$ apt-get update && apt-get install -y xvfb x11-xkb-utils xfonts-100dpi xfonts-75dpi xfonts-scalable xfonts-cyrillic x11-apps clang libdbus-1-dev libgtk2.0-dev libnotify-dev libgnome-keyring-dev libgconf2-dev libasound2-dev libcap-dev libcups2-dev libxtst-dev libxss1 libnss3-dev gcc-multilib g++-multilib
```
Then, you will need to run the app with xvfb.
```bash
$ xvfb-run npm start
```