Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.06 KB

NmuScheduleParser

.NET GitHub release

About

As far as you know, a lot of universities uses the "ПС-Розклад" system to share schedule among the students. It's really good when you're the user, not developer. Many developers/students want to use schedule from mentioned resource to build more useful/powerful interfaces, such as mobile apps, telegram bots, etc.
But there's no API. So this library will solve this problem..
Source of the problem description.

Usage

Install this nuget package in your project. Guide.

Example code

See example in NSParserExample/Program.cs.