Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notenoughneon/thready

Indieweb thread reader
https://github.com/notenoughneon/thready

Last synced: 5 days ago
JSON representation

Indieweb thread reader

Awesome Lists containing this project

README

        

# thready
Indieweb thread reader

Demo for Indieweb Summit 2016 hack day.

![screenshot](main.png "main page")

![screenshot](thread.png "thread view")

## Quick start

Requires node >= 4.0.

```
git clone https://github.com/notenoughneon/thready.git
npm install
typings install
tsc
node build/index.js 8000
```

Then point your browser at localhost:8000.