Code Monkey home page Code Monkey logo

google-index's Introduction

πŸ’» My name's Rodion. I'm software engineer from Kyiv, Ukraine πŸ‡ΊπŸ‡¦. Main interest: JavaScript backend\frontend development.

Support Ukraine πŸ‡ΊπŸ‡¦

Right now, my peaceful country attacked by neighborhood, without reason.

I call everyone to visit https://war.ukraine.ua/ and familiarize yourself with the situation. Any support is much-much appreciated either this is a donation or just sharing verified news.

Open source 🀝

You can find my contributions by next links:

πŸ“« How to reach me: LinkedIn or tag me (@rodion-arr) in GitHub

google-index's People

Contributors

dependabot-preview[bot] avatar dependabot[bot] avatar rodion-arr avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

google-index's Issues

require(...) is not a function

When i run this Simple usage

const { count } = require('google-index')

(async () => {
    console.log(await count(['github.com']))
})()

Getting this error: require(...) is not a function

Screenshot_3

No more working!

This Package is no more working. Facing issue while installation please check!

Feature

Hello, any chance of adding function and get response in json for NodeJS ?

TypeError: Cannot read property 'getProperty' of null

when i do multiple requests getting this error TypeError: Cannot read property 'getProperty' of null can you please help ? i did some changes in code too. here's changed code

`const puppeteerOptions = isUnderRoot ? { args: ['--no-sandbox'], timeout: 0 } : { args: [] }

await page.waitForTimeout(5000); // For 5 seconds wait in each request

await page.setDefaultNavigationTimeout(0); //
`

No 'Access-Control-Allow-Origin' header is present on the requested resource

Hi, in Programmatic API when i run script for more than 3 sites --sites='["example.com","example2.com", "abc.com"]' getting this error
Screenshot_52
What I tried on App.js:
Atempt 1

var cors = require('cors')
app.use(cors());
app.options('*', cors());

ATTEMPT 2

var cors = require('cors')

var corsOptions = {
  origin: 'APPLICATION A',
}

app.use(cors(corsOptions ));
app.options('*', cors());

ATTEMPT 3 CountCommand.js

    const puppeteerOptions = isUnderRoot ? { args: ['--no-sandbox','--disable-web-security','--disable-features=IsolateOrigins', '--disable-site-isolation-trials', '--disable-setuid-sandbox'], headless: false } : { args: [] }

some help would be greatly appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.