# live-chat-for-crm

> Open Source Live Chat for CRM

Latest version **1.2.0** (published 2017-03-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install live-chat-for-crm
pnpm add live-chat-for-crm
yarn add live-chat-for-crm
bun add live-chat-for-crm
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2017-03-28 |
| First published | 2017-03-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Jonathan Natanael Siahaan |
| Maintainers | j.siahaan |
| Keywords | live, chat |

## Links

- npm: https://www.npmjs.com/package/live-chat-for-crm
- Repository: https://github.com/jonathannatanaelsiahaan/Open-Source-Live-Chat-For-CRM
- Homepage: https://github.com/jonathannatanaelsiahaan/Open-Source-Live-Chat-For-CRM#readme
- Issues: https://github.com/jonathannatanaelsiahaan/Open-Source-Live-Chat-For-CRM/issues
- npm.io page: https://npm.io/package/live-chat-for-crm

## Dependencies (6)

- [chai](https://npm.io/package/chai.md) ^3.5.0
- [html](https://npm.io/package/html.md) ^1.0.0
- [mocha](https://npm.io/package/mocha.md) ^3.2.0
- [nodemon](https://npm.io/package/nodemon.md) ^1.11.0
- [body-parser](https://npm.io/package/body-parser.md) ^1.17.1
- [method-override](https://npm.io/package/method-override.md) ^2.3.8

## Recent versions

- 1.2.0 (latest) — 2017-03-28
- 1.1.0 — 2017-03-27

## README

# Open Source Live Chat For CRM

An app with AngularJS + Material Design on the fron, Socket.io + Express + Node on the back. 

Contains angular libraries, material design, test libraries and a bunch of scripts all preconfigured for
instant web development gratification. Just clone the repo (or download the zip/tarball) and
you're ready to develop your application.

This app shows how to wire together Angular client-side components with Socket.io and Express
on the server to create an chat application. 

## How to use it

Clone the Open-Source-Live-Chat-For-CRM repository and start hacking!

### Running the app

Runs like a typical express app:

```shell
node app.js
```

### Running tests

Coming soon!

### Receiving updates from upstream

Just fetch the changes and merge them into your project with git.

### Updating `angular.js`

Alternatively, you can update AngularJS with [Bower](http://bower.io):

```shell
bower update angular
```

## Example Application

Comming soon

## Directory Layout
    
    app.js                  --> app config
    bower.json              --> for bower
    package.json            --> for npm
    public/                 --> all of the files to be used in on the client side
      css/                  --> css files
        app.css             --> default stylesheet
      img/                  --> image files
      js/                   --> javascript files
        app.js              --> declare top-level app module
        controllers.js      --> application controllers
        directives.js       --> custom angular directives
        filters.js          --> custom angular filters
        services.js         --> custom angular services
      index.html            --> main page for app
      chat.html             --> template page for chat widget
      chat-builder.js       --> javscript template for chat widget
      partials/             --> angular view partials 
        partial1.html
        partial2.html
      bower_components/
        angular/            --> angular.js
        angular-socket-io/  --> socket.io adapter for angular
    routes/
      index.js              --> route for serving HTML pages and partials
    



## Contact

For more information on AngularJS please check out http://angularjs.org/
For more on Express, http://expressjs.com/.

---
_Source: https://npm.io/package/live-chat-for-crm · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
