Skip to content

ahmedelami/gradescope-api-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gradescope-api-ts

A TypeScript library for interacting with Gradescope. (Inspired by https://github.com/nyuoss/gradescope-api)

Setup

  1. Install Dependencies:

    npm install
    # or if using pnpm:
    # pnpm install
    # or if using yarn:
    # yarn install
  2. Environment Variables: Create a .env file in the root of the project directory. This file is used to store your Gradescope credentials securely. Copy the following format and replace the placeholder values with your actual credentials:

    GRADESCOPE_EMAIL=your_email@example.com
    GRADESCOPE_PASSWORD=your_password

    Important: Add .env to your .gitignore file to prevent accidentally committing your credentials.

Usage

(Add instructions on how to use the library here)

Example

The src/example.ts file demonstrates basic usage:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published