SwitchbladeBot/switchblade

nodejs documentation command

almeidx opened this issue ยท 5 comments

Issue-Label Bot is automatically applying the label type: idea to this issue, with a confidence of 0.77. Please mark this comment with ๐Ÿ‘ or ๐Ÿ‘Ž to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

more info on this

more info on this

Simply a command that grabs info on a specific topic from https://nodejs.org/en/docs. Example: s!nodejs buffer alloc and it would send info from https://nodejs.org/dist/latest-v12.x/docs/api/buffer.html#buffer_class_method_buffer_alloc_size_fill_encoding or whatever else version (the version could be specified using a flag)

The example command sends the link right? Also, does it fetch the anchored link (upto alloc function) specifically?

Just make a command similar to this, but using NodeJS documentation instead of mdn.