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

https://github.com/suminb/tldr-web

Web frontend for the text summarization service
https://github.com/suminb/tldr-web

Last synced: 11 months ago
JSON representation

Web frontend for the text summarization service

Awesome Lists containing this project

README

          

TL;DR Web Frontend
------------------
This is a web frontend for [TL;DR](https://github.com/suminb/tldr) (text
summarization service).

TODO
----
* The Javascript code tries to manually manipulate DOM objects via jQuery. This
kind of works but is not a good solution. This must be replaced with a
model-based architecture (e.g., Backbone.js) at some point.