Socket
Socket
Sign inDemoInstall

snoowrap

Package Overview
Dependencies
53
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
6.6K
increased by4.39%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

snoowrap

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

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.


To build/run the tests independently:

  1. git clone https://github.com/not-an-aardvark/snoowrap.git
  2. cd snoowrap
  3. npm test

FAQs

Last updated on 25 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