Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 361 Bytes

File metadata and controls

16 lines (10 loc) · 361 Bytes

Codeforces Points Filtration

An app that enteres N number of contests and points for each question and returns a list of the handles and points

To run:

  1. Clone the repo.

  2. Install the required packages: npm i

  3. Create a .env file and insert the following:
    KEY
    SECRET

  4. Run the app using npm run start:dev, it should be up on port 4000