Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.