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

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.

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.