Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
/ sdu-chiangchen Public archive

The API of Chiang Chen Library reservation system implemented in Node.js.

License

Notifications You must be signed in to change notification settings

chengluyu/sdu-chiangchen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdu-chiangchen - Node.js API for Chiangchen Library Reservation System

This is a terminal client of seat reservation system of Chiang Chen Library, which is located in the central campus of Shangdong University.

Where is Chiangchen Library?

Chiangchen Library is located in the central campus of Shandong University.

What's the purpose of this project?

The user experience of online seat reservation system of Chiangchen Library is really awful. So I analyzed the API and made this tool.

How to use 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.

Uasge

How to configure auto login?

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.

License

MIT

About

The API of Chiang Chen Library reservation system implemented in Node.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published