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: 3 months ago
JSON representation
Chat Package for Atom Editor :speech_balloon:
- Host: GitHub
- URL: https://github.com/mertkahyaoglu/atom-chat
- Owner: mertkahyaoglu
- License: mit
- Created: 2015-08-17T11:54:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-06T20:10:38.000Z (over 9 years ago)
- Last Synced: 2025-03-20T21:39:38.963Z (4 months ago)
- Topics: atom, coffeescript, nodejs, socket-io
- Language: CoffeeScript
- Homepage: https://atom.io/packages/atom-chat
- Size: 552 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Atom Chat [](https://travis-ci.org/mertkahyaoglu/atom-chat)
==========>Chat package for Atom Editor

## 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)