Skip to content

Instantly share code, notes, and snippets.

@faisalnoufal
faisalnoufal / googleMaps.js
Created December 5, 2023 21:20 — forked from adrianhorning08/googleMaps.js
Scrape Google Maps
import * as cheerio from "cheerio";
import puppeteerExtra from "puppeteer-extra";
import stealthPlugin from "puppeteer-extra-plugin-stealth";
import chromium from "@sparticuz/chromium";
async function searchGoogleMaps() {
try {
const start = Date.now();
puppeteerExtra.use(stealthPlugin());
@faisalnoufal
faisalnoufal / index.html
Last active September 3, 2019 21:52
Responsive Bootstrap 4 menu - light/dark
<body class="hero-anime">
<div class="navigation-wrap bg-light start-header start-style">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="https://themeforest.net/user/ig_design/portfolio" target="_blank"><img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/logo.svg" alt=""></a>
@faisalnoufal
faisalnoufal / index.html
Created December 14, 2016 01:47
Responsive Background Video
<section class="fullsize-video-bg">
<div class="inner">
<div>
<h1>Responsive Background Video</h1>
<p>with color and dot-grid overlay
</div>
</div>
<div id="video-viewport">
<video width="1920" height="1280" autoplay muted loop>
<source src="https://s3-us-west-2.amazonaws.com/coverr/mp4/Winter-Grass.mp4" type="video/mp4" />