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

https://github.com/mdxprograms/reddrum

A basic sub reddit reader
https://github.com/mdxprograms/reddrum

Last synced: about 1 year ago
JSON representation

A basic sub reddit reader

Awesome Lists containing this project

README

          

# reddrum
A basic sub reddit reader

## Local setup

This project is running on [harpjs](harpjs.com)

```
npm install -g harp
```
```
bower install
```

Then run the following command just outside of your root directory:
```
harp server --port 8000
```