Skip to content

CodingGarden/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Garden API

An API for the Coding Garden YouTube / Twitch channel.

Endpoints

  • GET /patreon/pledges
  • GET /youtube/members
  • GET /youtube/stats

Configuration

npm install
cp .env.sample .env # update accordingly

Copy src/services/youtube/members.config.sample.js to src/services/youtube/members.config.js and update accordingly. Needed values can be found by inspecting network traffic in the YouTube Dashboard: https://studio.youtube.com/channel/channel-id-here/monetization/memberships.

cp src/services/youtube/members.config.sample.js src/services/youtube/members.config.js

Lint

npm run lint

Development

npm run dev

About

An API for the Coding Garden YouTube / Twitch channel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published