Docker Template For Youtube API Development
240
stack: alpine.node.typescript.api.youtube
folder structure for docker.alpine:
var/www/app/folder structure for the lite-server:
var/www/app/public/index.htmltokens for authentication:
youtube.api.client.json
> created from google developer consoleyoutube.api.key.json
> created from google developer consoleyoutube.api.single.json
> created from google developer consoleyoutube.api.token.json
> created from node appsmall minimal http server for web viewofficial google node api authenticationcurrnet version (2018) of yotubue api via [email protected]official google node api for oauth2 authenticationDocker run wants absolute pathsdocker-compose is just a stand-in for the docker-engine clientdocker-compose updockr for complex docker shortcutsdocker run \
-v $PWD/app:/var/www/app \
-p 80:8080 \
--name youtube.api.dev \
-it --rm researchranks/alpine.node:8.5.0 npm start
docker run \
-v $PWD/app:/var/www/app \
-p 80:3000 \
-p 8080:8080
--name youtube.api.dev \
-it --rm researchranks/alpine.node:8.5.0 /bin/ash
Content type
Image
Digest
Size
58.6 MB
Last updated
over 8 years ago
docker pull researchranks/alpine.node.typescript.api.youtube