Skip to content

Commit

Permalink
#29 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Feb 18, 2014
1 parent 7de84b2 commit ce2c8f1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
node_modules

3 changes: 2 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Authors ordered by first contribution.

Itay Weinberger <[email protected]>
Or Weinberger <[email protected]>
Or Weinberger <[email protected]>

3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ please contact project admins to ensure you have been granted with an editor rol
* [Contributor License Agreement]()
* [General GitHub documentation](http://help.github.com/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
* #joola.io IRC channel on freenode.org
* #joola.io IRC channel on freenode.org

3 changes: 2 additions & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,4 +664,5 @@ into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
&lt;[http://www.gnu.org/philosophy/why-not-lgpl.html](http://www.gnu.org/philosophy/why-not-lgpl.html)&gt;.
&lt;[http://www.gnu.org/philosophy/why-not-lgpl.html](http://www.gnu.org/philosophy/why-not-lgpl.html)&gt;.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ console.log(joolaio.VERSION);

## `joolaio`

### `joolaio` properties
#### `joolaio` properties

joola.io has the following properties:
- `options` object containing all options used by the SDK for its operation.
Expand All @@ -96,7 +96,7 @@ Connects to a joola.io server with the following arguments:

- `options` - An object with the host configuration:
- `host` - the hostname or IP address of the joola.io server. Set to `127.0.0.1` or `localhost` if you're running on the same host as your joola.io server.
- `token` - if using server-side authentication, then the token generated via [`joola.auth.generateToken`](https://github.com/joola/joola.io/wiki/lib%5Cauth%5Cindex%20(jsdoc)).
- `token` - A token generated via [`joola.auth.generateToken`](https://github.com/joola/joola.io/wiki/lib%5Cauth%5Cindex%20(jsdoc)).
- `APIToken` - the API Token to use when exchanging data with the server.
- `callback` - If provided, `callback(err)` is called once the SDK is ready. If an error as occurred then `err` will contain the details.

Expand Down
5 changes: 0 additions & 5 deletions test-reports.xml

This file was deleted.

0 comments on commit ce2c8f1

Please sign in to comment.