1.6.1 • Published 7 years ago

octodown v1.6.1

Weekly downloads
6
License
ISC
Repository
-
Last release
7 years ago

Octomd

This tool parses Markdownfiles and looks for links prefixed with

octopart://search/ID

These links will be arsed and looked up with the ocatapart api.

Commands

  • odown-extract - Extracts information about the parts used

Install

Important dependencies

  • markdown - Markdown Parsing
  • octopart - Lookup of Parts
  • commander - CLI
  • cheerio - HTML Parsing
npm install

In order to make the tool aware of the octapart api a API KEY must be provided as a environment variable.

exports OCTAPART_API_KEY=123abc
``
Failing to do so results in a program error