All Projects → googlecodelabs → cloud-cardboard-viewer

googlecodelabs / cloud-cardboard-viewer

Licence: Apache-2.0 license
Build a Node.js & Angular 2 Web App using Google Cloud Platform

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to cloud-cardboard-viewer

spannerz
Google Cloud Spanner Query Planner Visualizer
Stars: ✭ 60 (+160.87%)
Mutual labels:  google-cloud, google-cloud-platform
augle
Auth + Google = Augle
Stars: ✭ 22 (-4.35%)
Mutual labels:  google-cloud, google-cloud-platform
deploy-appengine
A GitHub Action that deploys source code to Google App Engine.
Stars: ✭ 184 (+700%)
Mutual labels:  google-cloud, google-cloud-platform
Google Cloud Cpp
C++ Client Libraries for Google Cloud Services
Stars: ✭ 233 (+913.04%)
Mutual labels:  google-cloud, google-cloud-platform
spanner-bench
Google Cloud Spanner Query Planner Benchmarking
Stars: ✭ 24 (+4.35%)
Mutual labels:  google-cloud, google-cloud-platform
Flysystem Google Cloud Storage
Flysystem Adapter for Google Cloud Storage
Stars: ✭ 237 (+930.43%)
Mutual labels:  google-cloud, google-cloud-platform
cloud-speech-and-vision-demos
A set of demo applications that make use of google speech, nlp and vision apis based in angular2
Stars: ✭ 35 (+52.17%)
Mutual labels:  angular2, google-cloud-platform
Gcp Audit
A tool for auditing security properties of GCP projects.
Stars: ✭ 140 (+508.7%)
Mutual labels:  google-cloud, google-cloud-platform
deploy-cloudrun
This action deploys your container image to Cloud Run.
Stars: ✭ 238 (+934.78%)
Mutual labels:  google-cloud, google-cloud-platform
awesome-bigquery-views
Useful SQL queries for Blockchain ETL datasets in BigQuery.
Stars: ✭ 325 (+1313.04%)
Mutual labels:  google-cloud, google-cloud-platform
Php-Google-Vision-Api
Google Vision Api for PHP (https://cloud.google.com/vision/)
Stars: ✭ 61 (+165.22%)
Mutual labels:  google-cloud, google-cloud-platform
GoogleCloudLogging
Swift (Darwin) library for logging application events in Google Cloud.
Stars: ✭ 24 (+4.35%)
Mutual labels:  google-cloud, google-cloud-platform
Googlecloudarchitectprofessional
Resources to prepare for Google Certified Cloud Architect Professional Exam - 2017
Stars: ✭ 177 (+669.57%)
Mutual labels:  google-cloud, google-cloud-platform
auth
A GitHub Action for authenticating to Google Cloud.
Stars: ✭ 567 (+2365.22%)
Mutual labels:  google-cloud, google-cloud-platform
Gcping
Like gcping.com but a command line tool
Stars: ✭ 153 (+565.22%)
Mutual labels:  google-cloud, google-cloud-platform
perspectiveapi-authorship-demo
Example code to illustrate how to build an authorship experience using the perspective API
Stars: ✭ 62 (+169.57%)
Mutual labels:  angular2, google-cloud
Unity Solutions
Use Firebase tools to incorporate common features into your games!
Stars: ✭ 95 (+313.04%)
Mutual labels:  google-cloud, google-cloud-platform
Gcpsketchnote
If you are looking to become a Google Cloud Engineer , then you are at the right place. GCPSketchnote is series where I share Google Cloud concepts in quick and easy to learn format.
Stars: ✭ 2,631 (+11339.13%)
Mutual labels:  google-cloud, google-cloud-platform
gcpsamples
Simple "Hello world" samples for accessing Google Cloud APIs in (node,dotnet,java,golang,python)
Stars: ✭ 100 (+334.78%)
Mutual labels:  google-cloud, google-cloud-platform
K8s-Cluster-Provisioner-GCP-Terrafrom
This repo will seamlessly setup self managed Kubernetes cluster in GCP using Terraform and Kubespray.
Stars: ✭ 17 (-26.09%)
Mutual labels:  google-cloud, google-cloud-platform

cloud-cardboard-viewer

Prepare a project

  1. Create a Google Account if you don't have one
  2. Sign up for the free trial
  3. Create a project in the Google Cloud Platform Console.
  4. Open the Cloud Platform Console.
  5. In the dropdown menu at the top, select Create a project.
  6. Give your project a name
  7. Enable billing for your project
  8. Enable the YouTube Data API c3.
  9. Create an API key.
  10. Install the Google Cloud SDK.

Run locally

  1. Clone the project:

     git clone https://github.com/googlecodelabs/cloud-cardboard-viewer.git
    
  2. Change directory into the project folder:

     cd cloud-cardboard-viewer
    
  3. Install dependencies:

     npm install
    
  4. Start the server:

     export API_KEY=YOUR_API_KEY
     npm start
    

    or

     API_KEY=YOUR_API_KEY npm start
    

    replacing YOUR_API_KEY with your API key.

  5. View the app at http://localhost:8080.

Deploy to Google Cloud Platform

Deploy your local app

  1. Set API_KEY environment variables in the app.yaml file.
  2. Run gcloud app deploy.

License

Apache Version 2.0

See LICENSE.

This is not an official Google product

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