LuanRT / google-this

A simple yet powerful module to retrieve organic search results and much more from Google.
https://www.npmjs.com/package/googlethis
MIT License
320 stars 77 forks source link

Does this only run on Nodejs #30

Closed tbobker123 closed 1 year ago

tbobker123 commented 2 years ago

Question

I am trying to import the library in a standard JS module but I get the error:

Uncaught TypeError: Failed to resolve module specifier "googlethis". Relative references must start with either "/", "./", or "../".

So I guess I need to run Node server for this to work? I'd like to include this as a pure front end library so I can integrate the functionality into a PHP Codeigniter project.

Other details

No response

Checklist

LuanRT commented 2 years ago

I think a few packages googlethis depends on may be to blame for this. It'll probably work flawlessly in a browser after #26

tbobker123 commented 1 year ago

If you want any help rewriting this let me know, I would be happy to help you out.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.