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
- Host: GitHub
- URL: https://github.com/reddit/reddit-client-lib
- Owner: reddit
- License: mit
- Created: 2015-03-23T23:35:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T19:44:30.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:55:02.266Z (about 2 years ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 3
- Watchers: 86
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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();
```