Code Monkey home page Code Monkey logo

exp20-plugin-demo's Introduction

Ellie Mae Experience 2020 - Plugin Sample Code

This repository provides the code that was included as part of the Personalizing the LO Experience session at the Ellie Mae Virtual Experience 2020. The code is broken into multiple "tasks" that represent the different steps taken during the demo as the code evolved. The full, completed code version can be found in the "final" folder.

This demo relied on a simple web service called the Diff Service, the code for which is also included as part of this repo. To run the Diff Service, you will need to have NodeJS installed on your system. Once installed, download the code from the "diffsvc" folder to your local machine and run it as follows:

PROMPT> cd <your_project_root>\exp20-plugin-demo\diffsvc
PROMPT> npm install
PROMPT> node diffsvc.js

By default, the Diff Service will run on port 8080. You can modify this by updating the port number in the diffsvc.js file.

The plugin also relies on a web server to serve the validate_payment.html page that's found in the "final" folder. The plugin assumes this is accessible at the URL https://localhost/dev/exp20-plugin-demo/task4/validate_payment.html. You can change this location within the exp20_demo_plugin.js file as needed.

exp20-plugin-demo's People

Contributors

em-kkolda avatar

Watchers

James Cloos avatar Anthony avatar

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.