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

https://github.com/reddit/reddit-client-lib

library of client side code to be shared between multiple projects
https://github.com/reddit/reddit-client-lib

Last synced: 10 months ago
JSON representation

library of client side code to be shared between multiple projects

Awesome Lists containing this project

README

          

reddit-client-lib
========

A client library to allow lightweight components to be shared across reddit stacks.

### Build

`npm install && gulp`

### Usage Examples

#### In the browser

```js
var Tracker = new redditlib.Tracker();

Tracker.getTrackingData();
```