All Projects → CodingGarden → api

CodingGarden / api

Licence: MIT license
An API for the Coding Garden YouTube / Twitch channel.

Programming Languages

javascript
184084 projects - #8 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].