Skip to content

This is a node js based CLI tool that provides information about upcoming popular programming contests.

License

Notifications You must be signed in to change notification settings

srijit2002/programming-contest-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programming-contest-cli

This is a node js based CLI tool that provides information about upcoming popular programming contests on various popular websites. This tool uses

How to install

Requirements

At first clone the repository by pasting the following command in your powershell window then press enter

git clone https://github.com/srijit2002/programming-contest-cli.git

Now open powershell / command prompt or windows teminal in the cloned folder (you can press and hold shift key and then click the right mouse button to open powershell in current directory)
Now paste the following code in powershell window and press enter

npm install

Now the tool is ready to use but the tool will only work in the current folder, to use it global paste the folllowing code in terminal / powershell / cmd and then press enter

npm link

How to use

contests [options]

options
-V  or --version |   for current version
-a  or --all |  Shows infomation about all the upcoming contests
-h  or --help |  lists all available commands 
-cf or --codeforces |  Shows infomation about all the upcoming contests on Codeforces
-lc or --leetcode |  Shows infomation about all the upcoming contests on Leetcode
-tc or --topcoder |  Shows infomation about all the upcoming contests on Top Coder
-ac or --atcoder |  Shows infomation about all the upcoming contests on At Coder
-cs or --csacademy |  Shows infomation about all the upcoming contests on CS Academy
-hr or --hackerrank |  Shows infomation about all the upcoming contests on Hackerrank
-he or --hackerearth |  Shows infomation about all the upcoming contests on Hackerearth
-ks or --kickstart |  Shows infomation about all the upcoming contests on Google Kickstart
-cc or --codechef |  Shows infomation about all the upcoming contests on Codechef

Examples

  • Get information about the contests of a particular site
contests -cf

or

contests --codeforces

Demo image

  • Get information about multiple contests of specific websites at once
  contests --codeforces --codechef --leetcode

Demo image

Supported Websites

Contribute

It will be very good if these features can be implemented in this app -

  • Filter the contests according to a provided date
  • Show the output data in table format
  • Give it a good name XD
    So, if you can add any of these features(not the last one XD) or find a new bug then please create a new issue.

About

This is a node js based CLI tool that provides information about upcoming popular programming contests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages