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

https://github.com/simonv3/reading-list

A Hood.ie Powered Reading List
https://github.com/simonv3/reading-list

Last synced: 6 months ago
JSON representation

A Hood.ie Powered Reading List

Awesome Lists containing this project

README

          

# Reading List

Keep track of what you're reading on your own machine.

Currently doesn't do much beyond querying a database for books.

## Dev

### ToDo

### Getting Started

Read uses [hoodie](http://docs.hood.ie/en/start/).

```
git clone git@github.com:simonv3/reading-list
npm install
```

You need to have the hoodie server running:

```
hoodie start
```

And if you want to actively develop on the reading list:

```
gulp watch
```