Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purecloudlabs/skype-for-business-genesys-cloud-app
Skype for Business Genesys Cloud Integration
https://github.com/purecloudlabs/skype-for-business-genesys-cloud-app
ember skype skype-for-business
Last synced: about 1 month ago
JSON representation
Skype for Business Genesys Cloud Integration
- Host: GitHub
- URL: https://github.com/purecloudlabs/skype-for-business-genesys-cloud-app
- Owner: purecloudlabs
- License: mit
- Created: 2017-05-15T18:41:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T23:04:41.000Z (11 months ago)
- Last Synced: 2024-04-14T23:58:08.587Z (9 months ago)
- Topics: ember, skype, skype-for-business
- Language: JavaScript
- Homepage: https://mypurecloud.com
- Size: 2.57 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skype for Business Integration
This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Node.js](https://nodejs.org/) (with NPM)
* [Ember CLI](https://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)## Installation
### Clone & and install dependencies
* `git clone ` this repository
* `cd purecloud-skype`
* `npm install`### Setup environment variables
* Copy `.env.example` to `.env`
* Replace the `CLIENT_ID` with the value with the correct OAuth client id (ask for this)## Running / Development
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`### Building
* `ember build` (development)
* `ember build --environment production` (production)### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* [ember.js](http://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)