Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

scraping

  1. S

    JavaScript Get the value of html element within the 'dd itemprop'

    I am trying to get the value of the notarisation_url value within the 'dd itemprop' I tried this javascript code, but its not working. It retruns undefined. const els = [document.getElementsById('wrap')]; props = els.filter(x => !!x.getAttribute('notarisation_url')); console.log(props) I...
  2. Charles3928

    Node.JS Pulling images from a website and putting it into my on

    Hey! I need some help pulling images from this website: https://www.mindat.org/gm/4085, which includes images of certain rocks. I want to create a identification game for my website to have it choose a random image and have the user try to guess it for points. Could I get some help? Thanks
  3. U

    Node.JS Pannel with node.js

    Hello to all, I'm a beginner in node js and I could use some help. I want to scrap some data to display them on a local website. For the moment I have created a small script that allows me to retrieve my ip via a site. I would like to be able to display on a web page this result as well as...
Back
Top Bottom