Skip to content

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.

Notifications You must be signed in to change notification settings

Aailmz/JKT48-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JKT48 API Scrapping

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?

  1. Initialize NPM, run:

    npm init

  2. Install all libraries, run:

    npm install express body-parser puppeteer node-cron

  3. Feel free to customize the host and port at index.js

  4. Run the server by run:

    node index.js

  5. Select the endpoint you want to use.

Feel free to use, I will keep updating this Repository, stay tune!

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published