Giter VIP home page Giter VIP logo

example-quick-start's Introduction

Note that this code is for v1 of the platform which is being deprecated in favor of v2.

Code example for quick start tutorial

Overview

The code contained in this repository is an example of how you would go about implementing the workflow presented in the quick start tutorial.

This example uses Node.js and is commented for easy reading and learning.

Installation

To beging with, you will need to install Node.js on your computer. After that is complete, grab the latest version of the example by either cloning via Git or downloading. Then, in the project directory:

npm install

This will install necessary requirments.

Configuration

You will need to edit your email address and image search parameters at the top of the index.js file before the app will successfully run.

Running

To run the app, simply type:

npm start

This will start the app running, you can view the webpage at http://localhost:3000. If you're requestion an image that has to be published when the app starts, you will not see an image in the webpage until it is processed.

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.