Skip to content

Instantly share code, notes, and snippets.

View rootturk's full-sized avatar
🧨
Destroyer

Akın rootturk

🧨
Destroyer
View GitHub Profile
@rootturk
rootturk / .js
Created February 2, 2022 22:39
Puppeteer Example
const puppeteer = require('puppeteer')
const express = require("express");
const app = express();
const http = require('http');
const handlebars = require("handlebars");
const axios = require('axios');
const fs = require('fs')
const path = require('path');
const server = http.createServer(app);
const port = 5001;