Public facing repository for Linkuriboh.com.
Note the project (specifically the api in server.js
) is intended to connect to a MySQL database. You can run dump.sql
to generate an adequate dataset for your development environment.
The actual scraping script which runs nightly on the linkuriboh.com server and writes into the database is not committed here as a. It's extremely unfriendly and messy b. I am not accepting any contributions to it at this time.
npm install
npm run serve
npm run build
npm run lint