jerry

get infos from a webpage

Usage no npm install needed!

<script type="module">
  import jerry from 'https://cdn.skypack.dev/jerry';
</script>

README

Jerry


Get infos from a webpage

Install


npm install jerry

Example


  jerry('http://youtube.com', function(e, infos) {
    console.log(infos.img);
    console.log(infos.title);
    console.log(infos.favicon);
  });

Tests


npm test