Skip to content

Instantly share code, notes, and snippets.

View tghimanshu's full-sized avatar
:atom:
Focusing

Himanshu Gohil tghimanshu

:atom:
Focusing
View GitHub Profile
@tghimanshu
tghimanshu / pickRandomComment.js
Created July 2, 2018 14:48 — forked from learncodeacademy/pickRandomComment.js
YouTube Random Comment Selector
const axios = require("axios");
const key = "AIzaSyB9e-dHIvdxxrbmorjYHWipwBKq7LJBhNk"
function getComments(pageToken, allItems = {}) {
const params = {
key,
videoId: "a4haLJdDRmc",
part: "snippet",
maxResults: 100,
pageToken,
@tghimanshu
tghimanshu / sample.md
Created June 3, 2018 17:12 — forked from bradtraversy/sample.md
Markdown Cheat Sheet

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is italic