https://github.com/scotow/parigo
Lille University's Pariselle restaurant menu API
https://github.com/scotow/parigo
api go golang lille lille1 restaurant
Last synced: 6 months ago
JSON representation
Lille University's Pariselle restaurant menu API
- Host: GitHub
- URL: https://github.com/scotow/parigo
- Owner: scotow
- License: mit
- Created: 2018-11-16T19:40:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T21:23:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-16T14:07:30.671Z (8 months ago)
- Topics: api, go, golang, lille, lille1, restaurant
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parigo 🥗
Lille University's Pariselle restaurant menu API
Simple API that fetch and parse the menu of the Pariselle restaurant from their website.
There is two example commands in the [`cmd`](https://github.com/Scotow/parigo/tree/master/cmd) directory:
- [`parigo`](https://github.com/Scotow/parigo/tree/master/cmd/parigo) prints today menu (or the nearest future one if there is no service for today) in an ascii table. The `-a` prints all the available days rather than just today.
- [`web`](https://github.com/Scotow/parigo/tree/master/cmd/web) starts a web server on port 8080 and return the same ascii table as the parigo command.NB: This project is just a 2 hours project to fetch the menu of a university restaurant and should not be considered as a serious project.