An open API service indexing awesome lists of open source software.

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

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`.