All Projects → GoogleCloudPlatform → Nodejs Docs Samples

GoogleCloudPlatform / Nodejs Docs Samples

Licence: apache-2.0
Node.js samples for Google Cloud Platform products.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects
HTML
75241 projects
Pug
443 projects
CSS
56736 projects

Projects that are alternatives of or similar to Nodejs Docs Samples

Golang Samples
Sample apps and code written for Google Cloud in the Go programming language.
Stars: ✭ 3,088 (+33.74%)
Mutual labels:  samples, google-cloud, sample
Ruby Docs Samples
Ruby samples for Google Cloud Platform products.
Stars: ✭ 198 (-91.42%)
Mutual labels:  samples, google-cloud
Cloud Ops Sandbox
Cloud Operations Sandbox is an open source tool that helps practitioners to learn Service Reliability Engineering practices from Google and apply them on their cloud services using Cloud Operations suite of tools.
Stars: ✭ 191 (-91.73%)
Mutual labels:  samples, google-cloud
samplescope
Desktop app with the main goal to simplify audio samples search over the internet sources.
Stars: ✭ 23 (-99%)
Mutual labels:  sample, samples
Androidwithkotlin
🚀 These are android sample projects which are written in Kotlin. It covers video streaming, mp3 player, sqlite, location services, custom camera, o-notifications, simple compass etc.
Stars: ✭ 447 (-80.64%)
Mutual labels:  samples, sample
sendbird-javascript-samples
A guide of the installation and functions of Sendbird Chat, UIKit, and SyncManager for JavaScript samples.
Stars: ✭ 315 (-86.36%)
Mutual labels:  sample, samples
Examples wxWidgets
Shows how to use wxWidgets controls only by programming code (c++17).
Stars: ✭ 116 (-94.98%)
Mutual labels:  sample, samples
Nodejs Getting Started
A tutorial for creating a complete application using Node.js on Google Cloud Platform
Stars: ✭ 705 (-69.47%)
Mutual labels:  samples, google-cloud
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (-97.57%)
Mutual labels:  sample, samples
reisen
A simple library to extract video and audio frames from media containers (based on libav).
Stars: ✭ 41 (-98.22%)
Mutual labels:  sample, samples
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+114.38%)
Mutual labels:  samples, sample
Llvm 9.0 Learner Tutorial
A blog for LLVM(v9.0.0 or v11.0.0) beginner, step by step, with detailed documents and comments. Record the way I learn LLVM and accomplish a complete project for FPGA High-Level Synthesis with it.
Stars: ✭ 58 (-97.49%)
Mutual labels:  samples, sample
Azuremapscodesamples
A set of code samples for the Azure Maps web control.
Stars: ✭ 167 (-92.77%)
Mutual labels:  samples
Android Samples
Samples demonstrating how to use Maps SDK for Android
Stars: ✭ 2,187 (-5.28%)
Mutual labels:  samples
Unitymathreference
Math reference for games and more. All visualized in Unity3D.
Stars: ✭ 166 (-92.81%)
Mutual labels:  sample
Kotlin Full Stack Application Demo
Full-stack demo application written with Kotlin MPP
Stars: ✭ 165 (-92.85%)
Mutual labels:  sample
Scio
A Scala API for Apache Beam and Google Cloud Dataflow.
Stars: ✭ 2,247 (-2.69%)
Mutual labels:  google-cloud
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-92.42%)
Mutual labels:  sample
Play Java Starter Example
Play starter project in Java (ideal for new users!)
Stars: ✭ 164 (-92.9%)
Mutual labels:  sample
Browser Samples
Web samples for Google Workspace APIs
Stars: ✭ 164 (-92.9%)
Mutual labels:  samples

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 10 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. datastore:

     cd datastore/
    
  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.

Contributing

Contributions welcome! See the Contributing Guide.

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].