https://github.com/noobquire/kpischedule.common
Common code libraries used by KPI Schedule project services.
https://github.com/noobquire/kpischedule.common
client library nuget-package parser schedule
Last synced: 4 months ago
JSON representation
Common code libraries used by KPI Schedule project services.
- Host: GitHub
- URL: https://github.com/noobquire/kpischedule.common
- Owner: noobquire
- Created: 2023-02-05T22:35:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T00:40:43.000Z (over 2 years ago)
- Last Synced: 2025-07-09T17:13:20.001Z (4 months ago)
- Topics: client, library, nuget-package, parser, schedule
- Language: C#
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KpiSchedule.Common

Common code libraries used by KPI Schedule project services. This includes:
- Client models and database entities for schedules data.
- Client to get academic schedules data from schedule.kpi.ua API with models.
- Parsers to parse data from roz.kpi.ua HTML schedule pages.
- Client to get and parse academic schedules data from roz.kpi.ua API and HTML pages with models.
- Repositories to read/write schedules from/to Amazon DynamoDB with DB entities and mappers.
- Dependency Injection configuration helpers.
- Sample roz.kpi.ua scraper that saves schedules to JSON files.