Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rayhanadev/purdue-class-list

This script parses the Purdue Course Catalog and generates a JSON file containing the course data for use in any application.
https://github.com/rayhanadev/purdue-class-list

bun pdf pdfjs purdue typescript

Last synced: about 4 hours ago
JSON representation

This script parses the Purdue Course Catalog and generates a JSON file containing the course data for use in any application.

Awesome Lists containing this project

README

        

# Purdue Class List

This script parses the [Purdue Course Catalog](https://catalog.purdue.edu/mime/media/17/12496/2024-43-Courses.pdf) and generates a JSON file containing the course data for use in any application.

## Usage

Run the `start` command and it should generate a `courses.json` file in the same directory.

```sh
bun start
```