/snoowrap-node-express-demo

A Snoowrap demo built on node.js and express.js, used to interact with the Reddit API.

Primary LanguageJavaScriptMIT LicenseMIT

Snoowrap Node Express Demo

A Snoowrap demo built on node.js and express.js, used to interact with the Reddit API.

See a brief video of the app in action: https://youtu.be/rupM2BusQc0

Noted Dependencies

Credentials Config

  • Config File Path: /data/credentials.json (see helpful video below)
  • Parameters:
    • clientId (received from registered app)
    • clientSecret (received from registered app)
    • userAgent (an appropriate identifier provided by you)
    • redirectUrl (a URL an app provided to the app register by you)
    • scopes (a URL encoded string of Reddit API scopes: https://www.reddit.com/api/v1/scopes)

Helpful Links

Helpful Videos