Skip to content

Commit 68c3da0

Browse files
committed
make this only the JS library
1 parent ddd2df5 commit 68c3da0

File tree

11 files changed

+14
-284
lines changed

11 files changed

+14
-284
lines changed

README.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
ZenIRCBot API
2-
=============
1+
JavaScript
2+
==========
33

4-
This is where the API libraries for ZenIRCBot will live and be
5-
developed. I decided to put them outside of the core as I couldn't
6-
find an obvious place to put them. There will be a directory for each
7-
language. If you contribute a language, please use the full name of
8-
the language (javascript, not js)
4+
This is in dev currently.
95

10-
I welcome pretty much any language, though if you contribute bindings
11-
for a language I don't know I may tap you on the shoulder to do code
12-
reviews if/when I need to add or modify it.
6+
Once it is released you'll be able to do the following::
137

14-
The docs will continue living in core for now but I can't promise that
15-
it will stay that way.
8+
$ npm install zenircbot-api
9+
10+
And you'll be able to use it like so::
11+
12+
var ZenIRCBot = require('zenircbot-api').ZenIRCBot
13+
14+
var client = new ZenIRCBot(hostname='redis.server.location', port=6379)
15+
client.send_privmsg(to='#channel', message='ohai')
16+
17+
Docs are availabe at: http://zenircbot.rtfd.org/

javascript/README.rst

Lines changed: 0 additions & 17 deletions
This file was deleted.
File renamed without changes.

python/HISTORY.rst

Lines changed: 0 additions & 36 deletions
This file was deleted.

python/LICENSE

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/MANIFEST.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/README.rst

Lines changed: 0 additions & 18 deletions
This file was deleted.

python/__init__.py

Whitespace-only changes.

python/setup.py

Lines changed: 0 additions & 46 deletions
This file was deleted.

python/zenircbot_api.py

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)