Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
The MIT License (MIT)

Copyright (c) 2019 Marcin Sielski

Copyright (c) 2014 Bug Labs

Permission is hereby granted, free of charge, to any person obtaining a copy of
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# node-dweetio
# hazyair-dweetio

A node.js module for interacting with http://dweet.io — a free, easy-to-use messaging platform for the Internet of Things.

### Installation

via npm:
```bash
$ npm install node-dweetio --save
$ npm install hazyair-dweetio
```

### Use It

```js
var dweetClient = require("node-dweetio");
var dweetClient = require("hazyair-dweetio");
var dweetio = new dweetClient();
```

Expand Down Expand Up @@ -169,6 +169,8 @@ Failure to pass a key or passing an incorrect key for a locked thing will result

### Copyright & License

Copyright (c) 2019 Marcin Sielski
<br/>
Copyright © 2013 Jim Heising (https://github.com/jheising)
<br/>
Copyright © 2013 Bug Labs, Inc. (http://buglabs.net)
Expand Down
2 changes: 1 addition & 1 deletion lib
Loading