Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mertkahyaoglu/atom-chat

Chat Package for Atom Editor :speech_balloon:
https://github.com/mertkahyaoglu/atom-chat

atom coffeescript nodejs socket-io

Last synced: 2 months ago
JSON representation

Chat Package for Atom Editor :speech_balloon:

Awesome Lists containing this project

README

        

Atom Chat [![Build Status](https://travis-ci.org/mertkahyaoglu/atom-chat.svg?branch=master)](https://travis-ci.org/mertkahyaoglu/atom-chat)
==========

>Chat package for Atom Editor

![Screenshot](https://github.com/mertkahyaoglu/atom-chat/blob/master/screenshot.png?raw=true)

## Install

Using `apm`:

```
apm install atom-chat
```

Or search for `atom-chat` in Atom settings view.

## Configuration

The atom-chat package accepts the following configuration values:

* `atom-chat.username` — username displayed on the chat.
* `atom-chat.showOnRightSide` — show the panel on the right side (default:left)
* `atom-chat.openOnNewMessage` — open panel when a new message received

## Server

Atom Chat running on a Node server. [Go to repo.](https://github.com/mertkahyaoglu/atom-chat-server)