Scrapping data from some website with many information about JKT48. Run the server and the scrapped data will be posted to the server. You are free to use it for your get API needs. Scrapped using NodeJs with Puppeteer, and posted using Express.Js.
For now, you can use this following endpoints:
- /theater-schedule : See current JKT48 Theater schedule.
How to use it?
-
Initialize NPM, run:
npm init
-
Install all libraries, run:
npm install express body-parser puppeteer node-cron
-
Feel free to customize the host and port at index.js
-
Run the server by run:
node index.js
-
Select the endpoint you want to use.
Feel free to use, I will keep updating this Repository, stay tune!