moll / vim-node

Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
http://www.vim.org/scripts/script.php?script_id=4674
Other
807 stars 59 forks source link

Add a Gitter chat badge to README.md #22

Closed gitter-badger closed 9 years ago

gitter-badger commented 9 years ago

moll/vim-node now has a Chat Room on Gitter

@moll has just created a chat room. You can visit it here: https://gitter.im/moll/vim-node.

This pull-request adds this badge to your README.md:

Gitter

If my aim is a little off, please let me know.

Happy chatting.

PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.

moll commented 9 years ago

Until Gitter has export functionality, it's not a good idea to type text into it. ;)

malditogeek commented 9 years ago

@moll we have an API that you can use to export all your messages: https://developer.gitter.im/docs/messages-resource

We'll probably have an Archive exporter to get a nice JSON package with all your messages in the future.

:+1:

moll commented 9 years ago

Hehe, sweet of you to answer. I'd love a single button to get that JSON. I don't have the time to build CLI downloaders myself. :( If you guys get one, that'd be great, too (gitter export moll/vim-node > history.json) ;)

moll commented 9 years ago

I was about to say that hey, nothing more than curl necessary, but the OAuth thing is cumbersome for a one-off thing. Could I just do --user moll:mygitterpasswd or get a token from some settings page?

malditogeek commented 9 years ago

Yeah, if you go to https://developer.gitter.im/apps (you need to be signed in) you'll see a personal access token, works like the ones in GitHub it'll allow to access the API authenticated as yourself.