Skip to content

go1com/go1-quick-start-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GO1 Quick Start Guide Tutorial

This project contains the source code for the GO1 GO1 Quick Start Guide Tutorial. It shows 3 examples of how to authenticate a user to access the GO1 API.

Installation

These examples run on Node.js. On its website you can find instructions on how to install it. You can also follow this gist for a quick and easy way to install Node.js and npm.

Once installed, clone the repository and install its dependencies running:

$ npm install

Running the example projects

In order to run the different examples, open the folder with the name of the flow you want to try out, and run its app.js file. For instance, to run the Authorization Code example do:

$ cd authorization_code
$ node app.js

Then, open http://localhost:3006 in a browser.

About

Code examples detailing how to integrate a simple server side application with GO1 for the 'Quick Start Guide'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published