https://github.com/vexcited/signatures-iut-limoges
Fetch your grades for each semester of the IUT (University Institute of Technology) Informatique of Limoges in a very simple way.
https://github.com/vexcited/signatures-iut-limoges
api french iut-du-limousin library university
Last synced: 6 months ago
JSON representation
Fetch your grades for each semester of the IUT (University Institute of Technology) Informatique of Limoges in a very simple way.
- Host: GitHub
- URL: https://github.com/vexcited/signatures-iut-limoges
- Owner: Vexcited
- License: mit
- Created: 2024-01-30T06:27:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T16:09:14.000Z (10 months ago)
- Last Synced: 2024-06-19T11:19:04.588Z (10 months ago)
- Topics: api, french, iut-du-limousin, library, university
- Language: TypeScript
- Homepage: https://unil.im/signatures-iut
- Size: 747 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wrapper for IUT Signatures (Limoges)
Contains a very simple [NPM package for Node.js](https://www.npmjs.com/package/signatures-iut-limoges) that allows you to get and parse the timetable of the IUT Informatique of Limoges in a very simple and intuitive way.
A demonstration website has been made to showcase the package: , you can find the source code for it in the section below.
## Sources
Since this is a monorepo, the sources are located in the `packages` directory.
- [`packages/library`](./packages/library/): the [`signatures-iut-limoges`](https://www.npmjs.com/package/signatures-iut-limoges) library itself ;
- [`packages/website`](./packages/website/): the website for the demo of the library.