Socket
Socket
Sign inDemoInstall

snoocore

Package Overview
Dependencies
23
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    snoocore

A minimal and complete JavaScript driver for the Reddit API.


Version published
Weekly downloads
9
decreased by-75.68%
Maintainers
1
Install size
3.22 MB
Created
Weekly downloads
 

Readme

Source

Snoocore

A minimal and complete JavaScript driver for the Reddit API.

View the documentation

Quick Start

Install

npm install snoocore || bower install snoocore

Examples

Features

All endpoints are supported

Calls are generated from the Reddit API documentation. Undocumented endpoints are supported as well.

No special syntax or fluff

All calls follow the reddit API directly. To use the endpoint GET /api/v1/me, call:

reddit('/api/v1/me').get()

For routes that take parameters and url parameters, see the basic usage section of the documentation.

Node.js and Browser support

npm install snoocore || bower install snoocore

The same syntax can be used in node and in browser based JavaScript. There are a few limitations & restrictions for browser based environments covered in the documentation.

Login Helpers

Both OAuth and Cookie based logins are supported.

Throttling

Rate limiting is built into snoocore but can be adjusted or removed all together in the configuration settings.

Keywords

FAQs

Last updated on 02 Nov 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc