Simple scraping implementation to get schedules on the jkt48 website with CheerioJS
This is an example of schedules.json
Before you can use this project, you need to install the dependencies.
- Git
- NPM/Yarn
After you have installed the dependencies, you can run the following command to start the server.
- Clone this project
- npm install / yarn install
- npm run dev / yarn run dev