Skip to content

Instantly share code, notes, and snippets.

@lukebussey
Created March 12, 2020 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukebussey/45da6d6d9b073d8027f16ec391941f58 to your computer and use it in GitHub Desktop.
Save lukebussey/45da6d6d9b073d8027f16ec391941f58 to your computer and use it in GitHub Desktop.
const Sitemapper = require('sitemapper');
(async () => {
const mapper = new Sitemapper();
const sitemap = await mapper.fetch(`https://www.example.com/sitemap.xml`);
console.log(sitemap);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment