Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.59 KB

File metadata and controls

39 lines (23 loc) · 1.59 KB

Clover Cloud Connector Unit Examples

Deployment

Deploy immediately on Heroku

In order to deploy this to Heroku, you will need to have an account on Heroku. You can sign up for a free account to test this if you do not have one.

Deploy

Clone and run locally

You can clone the repository and run it locally. Once you have cloned it, just run

npm install

Then

npm start

This will start a local server that can be reached at http://localhost:3000. To test with this local copy, you must use a different client id. This can be done by replacing the clientId in the displayed configuration.

You must create a web application on the appropriate Clover server and use that client id.

Create a Clover Application

  1. Create a Clover developer account if you do not already have one.
  2. After claiming your account, create a web app on your developer dashboard. Make sure to expand the "Web App" 'App Type' section and enter the Site URL and CORS domain of your app.

Referenced Repositories

This example shows usage of the Javascript Cloud Connector