This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const express = require("express"); | |
const axios = require("axios"); | |
const cors = require("cors"); | |
const bodyParser = require("body-parser"); | |
const crypto = require("crypto"); | |
const app = express(); | |
const defaultToken = ``; // put your github token here! |