Socket
Socket
Sign inDemoInstall

snoowrap

Package Overview
Dependencies
52
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    snoowrap

A Node.js wrapper for the reddit API


Version published
Weekly downloads
5.5K
decreased by-11.75%
Maintainers
1
Install size
10.3 MB
Created
Weekly downloads
 

Readme

Source

snoowrap

A Node.js wrapper for the reddit API. Inspired by PRAW.

To run the tests:

  1. npm install
  2. npm test

To include in a project:

  1. npm install snoowrap --save
  2. (In some file): var snoowrap = require('snoowrap');

Note: snoowrap uses the Proxy object introduced in ES6. Since Node has not yet deployed this as a default feature, you will need to run your project with the --harmony-proxies flag. E.g. node --harmony-proxies yourProject.js

snoowrap is currently in development and is far from feature-complete.

FAQs

Last updated on 18 Jan 2016

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