Skip to content

Instantly share code, notes, and snippets.

View KrishGarg's full-sized avatar
📑
Preparing for JEE, minimal activity here

Krish Garg KrishGarg

📑
Preparing for JEE, minimal activity here
View GitHub Profile
{
"body": {
"results": {
"uri": "https://qa-api.hotstar.com/o/v1/page/2735?offset=0&size=10&tao=0&tas=10",
"pageType": "NAVIGATION_LANDING_PAGE",
"responseType": "TRAY_LIST",
"trays": {
"items": [
{
"title": "news masthead yash",
@stigok
stigok / githook.js
Last active July 30, 2023 09:46
Verify GitHub webhook signature header in Node.js
/*
* Verify GitHub webhook signature header in Node.js
* Written by stigok and others (see gist link for contributor comments)
* https://gist.github.com/stigok/57d075c1cf2a609cb758898c0b202428
* Licensed CC0 1.0 Universal
*/
const crypto = require('crypto')
const express = require('express')
const bodyParser = require('body-parser')