https://github.com/literateink/webrestaw
WIP: An awmazing API wrapper for WebResto.
https://github.com/literateink/webrestaw
api restaurant students web-resto webresto wrapper
Last synced: 11 months ago
JSON representation
WIP: An awmazing API wrapper for WebResto.
- Host: GitHub
- URL: https://github.com/literateink/webrestaw
- Owner: LiterateInk
- License: gpl-3.0
- Created: 2024-02-14T07:03:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T20:33:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T15:42:05.319Z (over 1 year ago)
- Topics: api, restaurant, students, web-resto, webresto, wrapper
- Language: TypeScript
- Homepage: https://docs.literate.ink/webrestaw
- Size: 1.72 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[WebResto](https://www.web-resto.fr/) is a software to manage access to catering facilities and/or establishment using badges.
It also includes a web portal for consulting balances, online payment and direct booking by families themselves.
WebRestaw is a simple wrapper around [WebResto](https://ianord.fr/logiciel/webresto-2/) internal API.
> [!NOTE]
> This project is not affiliated with [IANORD](https://ianord.fr/) or WebResto in any way.
## Installation
Use your favorite package manager to install [WebRestaw from NPM](https://www.npmjs.com/package/webrestaw).
```bash
# pnpm
pnpm add webrestaw
# Yarn
yarn add webrestaw
# npm
npm install webrestaw
```
## Get help
Join [LiterateInk's Discord server](https://discord.gg/f5KNCnMWzB) to talk about WebRestaw, get help and be notified about the latest updates !
## Credits
- Huge thanks to [Skythrew](https://github.com/Skythrew) for giving me his credentials to help me experiment with WebResto's internal API.
- [IANORD](https://ianord.fr/) for their [WebResto](https://ianord.fr/Logiciel.awp?P1=WebResto) solution.
## License
This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.