1.0.0 • Published 4 years ago

freecodecamp_question_code v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

freecodecamp-question-code

A cli that scrapes question from FreeCodeCamp and create a ready-made javascript file with the description along with the testcases in it.

REQUIREMENTS

  • Node: >=10.18.1

INSTALLATION

yarn global add fcc
npm i fcc

HOW TO USE

  • Go to your folder at which you want the program to be dome.
  • Enter fcc to the terminal
  • Enter the excercise url of freecodecamp
  • After the couple of secs, you could see a new file with the description of the code in it.
  • Happy coding.