Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vexcited/edt-iut-info-limoges
Fetch the timetable of the IUT Informatique of Limoges and use it in a very simple way.
https://github.com/vexcited/edt-iut-info-limoges
api french iut-du-limousin library solidstart timetable university
Last synced: 2 days ago
JSON representation
Fetch the timetable of the IUT Informatique of Limoges and use it in a very simple way.
- Host: GitHub
- URL: https://github.com/vexcited/edt-iut-info-limoges
- Owner: Vexcited
- License: mit
- Created: 2023-09-19T18:08:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T11:35:06.000Z (about 1 month ago)
- Last Synced: 2024-10-14T11:45:25.740Z (about 1 month ago)
- Topics: api, french, iut-du-limousin, library, solidstart, timetable, university
- Language: JavaScript
- Homepage: https://unil.im/edt-iut-info
- Size: 3.88 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EDT for the IUT Informatique of Limoges
Contains a very simple [NPM package for Node.js](https://www.npmjs.com/package/edt-iut-info-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 [`edt-iut-info-limoges`](https://www.npmjs.com/package/edt-iut-info-limoges) library itself ;
- [`packages/website`](./packages/website/): the website for the demo of the library.