https://github.com/bengesoff/ipcortex-dynamic-contacts-react
Dynamic contact updating from IPCortex Communication System with the API and React
https://github.com/bengesoff/ipcortex-dynamic-contacts-react
Last synced: about 2 months ago
JSON representation
Dynamic contact updating from IPCortex Communication System with the API and React
- Host: GitHub
- URL: https://github.com/bengesoff/ipcortex-dynamic-contacts-react
- Owner: bengesoff
- License: isc
- Created: 2016-04-15T14:56:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T15:04:44.000Z (about 9 years ago)
- Last Synced: 2025-02-12T06:58:35.029Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IPCortex Dynamic Contact Listing
================================[This example application](https://developers.ipcortex.co.uk/samp/contacts/#auto-dynamic-contact-listing) implemented with React and Redux.
## Running
```no-highlight
git clone https://github.com/bengesoff/ipcortex-dynamic-contacts-react.git
cd ipcortex-dynamic-contacts-react
npm install
npm start
```
Then go to `localhost:8000`.Make sure to replace `https://pabx.hostname` with the real hostname of your IPCortex Communication System in `index.html` and `index.js`.