Introduction to snoowrap

Learn how to use the JavaScript wrapper for the Reddit API.

In this lesson, we'll look at how to set up snoowrap and make our first API call with it.

Set up Snoowrap

Snoowrap is the JavaScript Reddit API Wrapper that makes using the Reddit API much more manageable. We'll use the snoowrap() requester to fetch content from Reddit. We'll use the refresh_token instead of the access_token to create a request to Reddit.

Request parameters

Here are some important parameters we'll use to call the method:

Get hands-on with 1200+ tech skills courses.