Skip to content

nuga09/new-work

Folders and files

NameName
Last commit message
Last commit date
Jan 27, 2020
Jan 15, 2020
Feb 3, 2020
Jan 24, 2020
Jan 15, 2020
Nov 25, 2019
Jan 15, 2020
Jan 30, 2020
Feb 3, 2020
Jan 30, 2020
Feb 3, 2020
Feb 3, 2020
Feb 3, 2020
Aug 28, 2019
Feb 3, 2020
Jan 27, 2020
Jan 16, 2020
Dec 7, 2018
Sep 25, 2019
Aug 23, 2017
Nov 13, 2018
Nov 13, 2018
Oct 1, 2019
Jun 5, 2018
Mar 22, 2019
Jun 5, 2018
Jul 11, 2019
Jan 8, 2020
Oct 23, 2018

Repository files navigation

Google Cloud Platform logo

Google Cloud Platform Node.js Samples Slack

Node.js samples for Google Cloud Platform products.

See cloud.google.com/nodejs to get up and running with Node.js on Google Cloud Platform.

Setup

Prerequisites

  1. Install Node.js version 8 or greater

  2. Clone this repository:

     git clone https://github.com/GoogleCloudPlatform/nodejs-docs-samples.git
    
  3. Obtain authentication credentials.

    Create local credentials by running the following command and following the oauth2 flow (read more about the command here):

     gcloud auth application-default login
    

    Read more about Google Cloud Platform Authentication.

How to run a sample

  1. Change directory to one of the sample folders, e.g. storage-transfer:

     cd storage-transfer/
    
  2. Install the sample's dependencies (see the sample's README for details):

     npm install
    
  3. Run the sample:

     node sample_file.js [args]...
    

Other sample applications

Bookshelf tutorial app

The Bookshelf app is a sample web app written in Node.js that shows you how to use a variety of Google Cloud Platform features.

View the tutorial or the source code.

Node.js Codelab

In the Node.js Web App Google Cloud Platform codelab, you learn how to integrate Google Cloud Platform services into a Node.js web application to store data, upload images, and authenticate users.

View the tutorial or the source code.

Contributing

Contributions welcome! See the Contributing Guide.