switchblade icon indicating copy to clipboard operation
switchblade copied to clipboard

Add NodeJS documentation command

Open michizhou opened this issue 4 years ago • 2 comments

Added code for fetching information about specific topics from NodeJS documentation website.

Closes #1228

michizhou avatar Oct 31 '20 19:10 michizhou

Command not functional and conflicting files. What's the usage for this command? https://nodejs.org/api/?q=HTTP just redirects to a normal HTML page, and not JSON content. image

jaxxibae avatar Mar 02 '21 07:03 jaxxibae

Reccomendation: try to make a parser like nodejs-docs's parser, or at least make it search here: https://api.github.com/repos/nodejs/node/contents/doc/api

jaxxibae avatar Mar 02 '21 07:03 jaxxibae