Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rayhanadev/purdue-class-list
- Owner: rayhanadev
- Created: 2024-07-13T03:34:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T03:38:15.000Z (4 months ago)
- Last Synced: 2024-09-16T00:31:40.325Z (about 2 months ago)
- Topics: bun, pdf, pdfjs, purdue, typescript
- Language: TypeScript
- Homepage:
- Size: 7.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```