Description /r/webdev support Discord bot for MDN, github, composer, npm and caniuse
Bot providing multiple commands to query common sites used during development or helping people on Discord.
Supports
!github
via GitHub API
,
!composer
via packagist API
,
!npm
via unofficial npmjs.com API
,
!mdn
via parsing Mozilla Developer Network and
!caniuse
via unofficial caniuse API
and mdn-browser-combat-data.
# tag it in discord to receive general help
@bot --help
# provides an example each
!mdn --help
!caniuse --help
!composer --help
!npm --help
!github --help
# queries MDN with <term>
!mdn <term>
# queries caniuse with <term>
!caniuse <term>
# queries packagist with <package>
!composer <package>
# queries npm with <package>
!npm <package>
# queries github with <term>
!github <term>
x
will remove the requestBy default, shows the first ten results of any given query, unless only one result was found.
Reacting with a number corresponding to the list entry will filter the list and edit the original message, providing more specific information.
...accessing this link.
git clone https://github.com/ljosberinn/webdev-support-bot/
cd webdev-support-bot
yarn install # or npm install
code .
yarn start # or npm start
# or be fancy with a one-liner
git clone https://github.com/ljosberinn/webdev-support-bot/ && cd webdev-support-bot && yarn install && code . && yarn start
Please head over to GitHub.
0
0 reviews
Reviews can be left only by registered users. All reviews are moderated by Top.gg moderators. Please make sure to check our guidelines before posting.
5 stars
0
4 stars
0
3 stars
0
2 stars
0
1 star
0
No reviews here yet!
Details
Prefix
!mdn, !github, !composer, !npm, !caniuse
Socials
Tags
Creators