Browse Source

Merge branch 'master' of github.com:mrvdb/twister.el

* 'master' of github.com:mrvdb/twister.el:
  Update README.md
  Update README.md
master
Marcel van der Boom 11 years ago
parent
commit
0f8b253b1f
  1. 22
      README.md

22
README.md

@ -2,3 +2,25 @@ twister.el
========== ==========
An interface to the twister microblogging application from Emacs An interface to the twister microblogging application from Emacs
Dependencies
------------
This library uses https://github.com/skeeto/elisp-json-rpc to issue
json rpc commands to the twister daemon. Make sure it is reachable by
your emacs load-path.
Usage
-----
```el
(require 'twister)
;; Configure an exsting username
(setq twister-user "yournick")
;; Usage from code
(twister-post
"I have installed twister.el, and it works! -- https://github.com/mrvdb/twister.el #emacs #twister")

Loading…
Cancel
Save