Buy Now and unlock this series
$
49
.99
yours forever
$
49
.99
Become a Pro and unlock everything
$
24
.99
per month
$
24
.99
Octokit
Now we will take a look at Octokit, a collection of GitHub-maintained client libraries for the GitHub API.
mkdir leveluptutorials
cd leveluptutorials/
touch index.js
npm init -y
npm install @octokit/rest
Downloads
Become a pro to download code and videos
Code Automation With GitHub
14 videos
Released: April 30 2021Course Instructor
Brian Douglas
- Introduction
0m49s - GitHub Marketplace
11m37s - GitHub Primitives
12m19s - Octokit
12m0s - Scaffold a GitHub App With Probot
9m35s - Automating Interactions with GitHub Apps Probot
15m4s - GitHub Actions
15m29s - GitHub Actions npm Publish
13m28s - GitHub Actions Release Drafter
14m1s - GitHub Action Caching
11m16s - Automated Semantic Versioning
11m56s - Build Actions
11m29s - GitHub Marketplace Part 2
4m42s - Continuous Delivery
13m14s
Comments
Raul
about 1 year ago
@Joe Hey Joe, Node injects the env vars at runtime so you only need to get them from process.env
Joe
about 1 year ago
Hey, just curious how you had access to the environment variable without any setup? Thanks
Want to join the conversation?
Become a Pro member today!