{"id":24601399,"url":"https://github.com/djchie/uci-course-api","last_synced_at":"2025-07-12T03:39:37.345Z","repository":{"id":78062869,"uuid":"43936277","full_name":"djchie/uci-course-api","owner":"djchie","description":"An API for accessing UCI course information","archived":false,"fork":false,"pushed_at":"2015-11-20T01:14:18.000Z","size":0,"stargazers_count":5,"open_issues_count":7,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T22:51:58.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/djchie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-09T06:09:27.000Z","updated_at":"2023-08-11T06:55:22.000Z","dependencies_parsed_at":"2023-03-11T15:00:50.213Z","dependency_job_id":null,"html_url":"https://github.com/djchie/uci-course-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/djchie/uci-course-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fuci-course-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fuci-course-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fuci-course-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fuci-course-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/djchie","download_url":"https://codeload.github.com/djchie/uci-course-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/djchie%2Fuci-course-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262166541,"owners_count":23269070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-24T14:48:57.976Z","updated_at":"2025-06-27T00:38:18.564Z","avatar_url":"https://github.com/djchie.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UCI Courses API \n\n\u003e Welcome! I originally built this as an internal tool to build a UCI app that relies on course times and location. While building this out, I thought why not just go ahead and build an API for all of you ambitious UCI developers so that you guys can create amazing apps as well!\n\n## Table of Contents\n\n1. [Usage](#Usage)\n    1. [Routes](#Routes)\n    1. [Things to Note](#things-to-note)\n1. [Requirements](#requirements)\n1. [Development](#development)\n    1. [Installing Dependencies](#installing-dependencies)\n    1. [Running API Locally](#running-api-locally)\n    1. [Roadmap](#roadmap)\n1. [Contributing](#contributing)\n\n## Usage\n\n\u003e The API server is deployed on Heroku at `uci-course-api.heroku.com`\n\n### Routes\n\n  - GET `/courses/title/:title`\n    - Returns all courses and relevant sessions by course `title`\n  - GET `/courses/department/:department`\n    - Returns all courses and relevant sessions by `department`\n  - GET `/courses/number/:number`\n    - Returns all courses and relevant sessions by course `number`\n  - GET `/courses/department/:department/title/:title`\n    - Returns all courses and relevant sessions by department and course `title`\n  - GET `/courses/department/:department/number/:number`\n    - Returns all courses and relevant sessions by department and course `number`\n  - For specialized requests on endpoints, please send me a pm\n\n### Things to Note\n  - When talking about the department endpoint, the API is referring to the abbreviated format (department code).\n    - Eg. for all Computer Science courses, the parameter for :department would be `COMPSCI`. \n  - For a list of all department codes, please refer to the UCI Webreg. There is a dropdown in the form that has reveals the list. You can easily go into the source code of the html page and copy the entire list!\n\n## Requirements\n\n- Node\n- PostgreSQL\n\n## Development\n\n### Installing Dependencies\n\nFrom within the root directory:\n\n```sh\nsudo npm install -g bower\nnpm install\n```\n\n### Running API Locally\n\nStart up PostgreSQL server with correct relations setup, and from within the root directory:\n\n```sh\nnpm run start\n```\n\nThen send your requests to [localhost:8080](http://localhost:8080/)\n\n### Roadmap\n\nView the project roadmap [here](https://github.com/djchie/uci-course-api/issues)\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjchie%2Fuci-course-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjchie%2Fuci-course-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjchie%2Fuci-course-api/lists"}