Skip to content

Instantly share code, notes, and snippets.

View andrewsosa's full-sized avatar

Andrew Sosa andrewsosa

View GitHub Profile
@andrewsosa
andrewsosa / github-friends-sample-data.json
Last active July 1, 2021 03:12
github-friends-sample-data
[
{
"popularity": 28287,
"avatar": "https://avatars0.githubusercontent.com/u/1299233?s=400&v=4",
"url": "https://github.com/toxtli",
"username": "toxtli",
"source": "andrewsosa"
},
{
"popularity": 21085,
// Import the necessary libraries
const request = require('request');
const async = require('async');
// Set the necessary credentials and tokens
const appId = 'YOUR_APP_ID';
const appSecret = 'YOUR_APP_SECRET';
const accessToken = 'YOUR_ACCESS_TOKEN';
// Set the base URL for the Reddit API