Skip to content

Instantly share code, notes, and snippets.

@arliber
Last active August 4, 2018 08:49
Show Gist options
  • Save arliber/5d23b200bc2fbbf14e275d6b025d7cec to your computer and use it in GitHub Desktop.
Save arliber/5d23b200bc2fbbf14e275d6b025d7cec to your computer and use it in GitHub Desktop.
getPageContents('http://www.scripted.com/freelance-writers/software-and-technology?fullApp=true')
.then(html => {
return Promise.resolve(getTopicLinks(html));
})
.then(result => {
console.log(result)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment