Rest API to show detail counter of subscribers and views from channel youtube
- node >= 20.8.1,
- express >= 4.18.2,
- swagger-ui-express >= ^5.0.0
# Clonig Repository
git clone https://github.com/romysaputrasihananda/subs-counter
# Change Directory
cd subs-counter
# Install Requirement
npm i
# start the server
npm start
The following is a list of available Request URIs:
-
Swagger Documentation
-
URL Method Information /docs GET Swagger Documentation
-
-
Bank Controller
-
URL Method Information /api/v1/search/{name} GET API for get channel id and detail /api/v1/ewallet/channel/{id} GET API for get views and videos counter
-
This project is licensed under the MIT License.