Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medialab/catwalk
Nano tweet curation tool for humanities
https://github.com/medialab/catwalk
Last synced: 7 days ago
JSON representation
Nano tweet curation tool for humanities
- Host: GitHub
- URL: https://github.com/medialab/catwalk
- Owner: medialab
- License: gpl-3.0
- Created: 2016-07-12T10:09:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T15:14:45.000Z (over 1 year ago)
- Last Synced: 2024-08-02T14:09:52.027Z (3 months ago)
- Language: JavaScript
- Homepage: https://medialab.github.io/catwalk/
- Size: 2.86 MB
- Stars: 5
- Watchers: 12
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# catwalk
> A tweet curation tools for humanities
![screenshot](https://raw.githubusercontent.com/medialab/catwalk/master/static/catwalk-capture.png)
🌀 [live demo](https://medialab.github.io/catwalk)
## Shortcuts
- `↑` — previous
- `↓` — next
- `→` — IN
- `←` — OUT
- `u` — UNDECIDED
- `s` — save## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```