-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use the JSON generated in the demo directly on a personal page? #44
Comments
As is there's not much you can do if you're just working with browser side code. If you're making the request server-to-server then there should be no issues. A fix would be to add That's an odd error, have you tried setting the npm config production to false? (#15 (comment)) |
I didn't put the entire log, sorry. here it is:
Looks like it doesn't have the express module and server.js |
Hi, i'm kinda new to javascript developing for web and my question may sound stupid, but here we go:
I'm trying to use the scrapper to get a list of videos through this function:
But I keep getting 'Access-Control-Allow-Origin' errors that tell me that I don't have CORS permissions.
Is there something i can do on my end to make this work?
I tried deploying this repository on heroku to see if i can tinker with it.
but got stuck on these errors
Once again, I have almost zero knowledge in NPM, or Node, or crossdomain comunication and these questions may not have a solution.
Thanks in advance!
The text was updated successfully, but these errors were encountered: