Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notenoughneon/thready
Indieweb thread reader
https://github.com/notenoughneon/thready
Last synced: 5 days ago
JSON representation
Indieweb thread reader
- Host: GitHub
- URL: https://github.com/notenoughneon/thready
- Owner: notenoughneon
- License: mit
- Created: 2016-06-05T17:16:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T05:47:58.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:28:26.150Z (3 months ago)
- Language: HTML
- Homepage: http://thready.notenoughneon.com
- Size: 172 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - notenoughneon/thready - Indieweb thread reader (others)
README
# thready
Indieweb thread readerDemo 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.