GithubHelp home page GithubHelp logo

mitchej / amazon-connect-reference-dialer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from callstats-io/amazon-connect-reference-dialer

0.0 0.0 0.0 992 KB

Amazon connect reference dialer application by CALLSTATS I/O

License: MIT License

Dockerfile 0.05% JavaScript 88.86% CSS 7.62% HTML 3.46%

amazon-connect-reference-dialer's Introduction

Amazon-connect-reference-dialer

Amazon connect reference dialer application by CALLSTATS I/O

Quick Start

Note:
  • The application use appconfig to parse application specific configuration. Without proper configuration parameter the application will not run.

  • After cloning the application, please change the /config/appconfig.json file with your configuration.

    {
      "APP_ID": "callstats application ID",
      "APP_SECRET": "callstats application secret",
      "CONNECT_URL": "amazon connect ccp url. The CCP domain name only. For example, callstatsio.awsapps.com",
      "HTTP_PORT": "8080",
      "NODE_ENV": "development",
      "CS_JS_SDK_URL": "https://api.callstats.io/static/callstats.min.js",
      "CS_AC_SHIM_URL": "https://api.callstats.io/static/callstats-amazon-shim.js"
    }
How to build, and run:
# Clone the repository
git clone https://github.com/callstats-io/amazon-connect-reference-dialer.git

# Go inside the directory
cd amazon-connect-reference-dialer

# Install dependencies
yarn (or npm install)

# Start development server
yarn dev (or npm run dev)

# Build for production
yarn build (or npm run build)

# Start production server
yarn start (or npm start)

Docker version of the application

  • Change your docker-compose runtime arguments. It is similar to previous configuration

      APP_ID: 'callstats application ID'
      APP_SECRET: 'callstats application secret'
      CONNECT_URL: 'amazon connect ccp url. The CCP domain name only. For example, callstatsio.awsapps.com'
      HTTP_PORT: '8082'
      NODE_ENV: 'production'
      CS_JS_SDK_URL: 'https://api.callstats.io/static/callstats.min.js'
      CS_AC_SHIM_URL: 'https://api.callstats.io/static/callstats-amazon-shim.js'
  • Build image

      docker-compose build
  • Run instance

      docker-compose up

amazon-connect-reference-dialer's People

Contributors

pallab-gain 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.