@bandwidth/gitbook-plugin-parse-from-url

parses data from a url and saves it to a markdown file

Usage no npm install needed!

<script type="module">
  import bandwidthGitbookPluginParseFromUrl from 'https://cdn.skypack.dev/@bandwidth/gitbook-plugin-parse-from-url';
</script>

README

gitbook-plugin-parse-from-url

Add to the book.json the urls you want to save. Each url is an object with the url and the destination file name. The url from the object will be save to the dest specified.

plugins

"plugins" : [
  "parse-from-url"
]

Plugins Config

"parseUrls" : {
  "urls": [
    {
      "url": "https://api.github.com/orgs/BandwidthExamples/repos",
      "dest": "howto/deployableDemos.md"
    }
  ]
}