Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdabaa/reader
https://github.com/lambdabaa/reader
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lambdabaa/reader
- Owner: lambdabaa
- Created: 2012-08-04T17:43:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-07T18:44:55.000Z (over 12 years ago)
- Last Synced: 2024-11-09T11:44:40.163Z (2 months ago)
- Language: JavaScript
- Size: 7.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reader
## Getting Started
To get started, run
```
./make
```This script downloads
1. Google Closure
2. JQuery Templates
3. less.js
4. Twitter Bootstrap
5. Node modules specified in package.jsonand puts everything in the right place. Afterwards, you should be able to run
the express server on port 3000 with```
node app
```If you want to start from scratch and undo the work of the make script, there's also
```
./clean
```## TODO
1. Make bookmarks get synced between the server and clients in realtime.
2. Build out the crawler to keep up realtime mirrors of the links and comments on
* Delicious (?)
* Digg (?)
* Hacker News
3. Make a lightweight model wrapper for the mongodb that abstracts the details
of specific social bookmarking sites to provide an api to:
* GET bookmarks
* POST bookmarks
* GET bookmarks/comments
* POST bookmarks/comments
4. Deploy to EC2.
5. Integrate optimizely and get people to test it.