Giter Site home page Giter Site logo

cat0rgi0 / cloud-cardboard-viewer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googlecodelabs/cloud-cardboard-viewer

0.0 0.0 0.0 31 KB

Build a Node.js & Angular 2 Web App using Google Cloud Platform

Home Page: https://codelabs.developers.google.com/codelabs/cloud-cardboard-viewer/index.html

License: Apache License 2.0

TypeScript 48.92% CSS 10.42% HTML 10.83% JavaScript 29.83%

cloud-cardboard-viewer's Introduction

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

cloud-cardboard-viewer's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.