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

https://github.com/leostera/tldr.js

Old version now mirroring React-client, please go to
https://github.com/leostera/tldr.js

Last synced: over 1 year ago
JSON representation

Old version now mirroring React-client, please go to

Awesome Lists containing this project

README

          

# tldr.js
> Note that this client is unmaintained, and you should be taking a look at [tldr.jsx](https://github.com/ostera/tldr.jsx) :)

![tldr.js](https://s3.amazonaws.com/leostera.2015/tldr.js.new.png)

## Collaboration Setup
Since it's a browserify based project, a simple `npm start` will get you a build that you can serve
with whatever you please. In my case, I just run `python -m SimpleHTTPServer`, but anything will do.

Ah, right, don't forget to `npm install`! :D