Skip to content

Commit 68c3da0

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

11 files changed

+14
-284
lines changed

Diff for: README.rst

+14-12
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/

Diff for: javascript/README.rst

-17
This file was deleted.

Diff for: javascript/package.json renamed to package.json

File renamed without changes.

Diff for: python/HISTORY.rst

-36
This file was deleted.

Diff for: python/LICENSE

-1
This file was deleted.

Diff for: python/MANIFEST.in

-1
This file was deleted.

Diff for: python/README.rst

-18
This file was deleted.

Diff for: python/__init__.py

Whitespace-only changes.

Diff for: python/setup.py

-46
This file was deleted.

Diff for: python/zenircbot_api.py

-153
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)