This is a terminal client of seat reservation system of Chiang Chen Library, which is located in the central campus of Shangdong University.
Chiangchen Library is located in the central campus of Shandong University.
The user experience of online seat reservation system of Chiangchen Library is really awful. So I analyzed the API and made this tool.
First make sure that you have Node.js installed, and clone this repo. Then, install dependencies by npm and run:
npm install
npm run start
Then the prompts will instruct you.
Create a file named config.json
with following content:
{
"username": "123456",
"password": "y0ur p@ssword"
}
This file had been added in .gitignore
, so it will not be tracked by git.
MIT