-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from missmatsuko/develop
Develop
- Loading branch information
Showing
3 changed files
with
60 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# asl-tab-api | ||
|
||
Get a YouTube channel's video data to use in the [ASL Tab browser extension](https://github.com/missmatsuko/asl-tab). | ||
|
||
## Instructions | ||
|
||
``` | ||
# 1. Install packages from `package-lock.json`. | ||
npm ci | ||
# 2. Copy `.env.example` file to `.env` file. | ||
cp .env.example .env | ||
# 3. Manually update `.env` contents | ||
# Key names are pretty self-explanatory | ||
# Currently this project is only built to pull data from a single YouTube playlist | ||
# 4. Run local build and upload | ||
# Note: The more items there are in the playlist, the longer this will take. | ||
# Note: Currently, this will always upload a file named `data.json`. | ||
# This can be edited in `index.js`. | ||
npm start | ||
# 5. Create dist.zip for manual upload to an AWS Lambda function. | ||
npm run package | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters