Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 500 Bytes

jkt48-scrapschedule

Simple scraping implementation to get schedules on the jkt48 website with CheerioJS

This is an example of schedules.json

How to Use

Before you can use this project, you need to install the dependencies.

  1. Git
  2. NPM/Yarn

After you have installed the dependencies, you can run the following command to start the server.

  1. Clone this project
  2. npm install / yarn install
  3. npm run dev / yarn run dev