// http-server -c-1 . // cd create_api ; lsof -i :3000 ; kill -9 $(lsof -t -i:3000) ; node api_server.js
Honor Directory is a simple project that automates the process of updating a student database with honors listings from various sources. The project uses web scraping to gather information and updates a SQLite database with details of students who have received honors.
-
Clone the repository:
git clone https://github.com/ChloeCrozier/honor_directory.git
-
Navigate to the project directory:
cd honor_directory
-
Install dependencies:
npm install
-
Update the student database with honors listings:
node index.js
This command will scrape honors listings from specified URLs and update the SQLite database accordingly.