Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Commit 6c09809

Browse files
committed
Update documentation
1 parent f842625 commit 6c09809

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

.gitignore

Whitespace-only changes.

CONTRIBUTING.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Contributing
2+
3+
I love contributions! :smile:
4+
5+
## I found an issue / I want a feature!
6+
7+
That's great! Let me know by filing an issue [on Github](https://github.com/ryanseys/node-jawbone-up/issues)
8+
9+
## I want to fix a bug!
10+
11+
Fork [the repo](https://github.com/ryanseys/node-jawbone-up), make your changes (preferably in a new branch), push them back to GitHub and send a pull request!
12+
13+
Check out how to [create a pull request](https://help.github.com/articles/creating-a-pull-request) for additional help.
14+
15+
## Additional Resources
16+
17+
[Jawbone Up Official API Documentation](https://jawbone.com/up/developer/)

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ See below for an example of how this could be done. This library does not
2323
assist in getting an `access_token` through OAuth, but once you get the token,
2424
it will apparently last for a **year**.
2525

26+
A `client_secret` attribute is required if you would like to use `up.refreshToken.get()` to get new refresh tokens. It is not required otherwise.
27+
2628
```javascript
2729
var options = {
2830
// ** REQUIRED **
@@ -270,20 +272,6 @@ Then you may run all the tests with:
270272
npm test
271273
```
272274

273-
# Contributing
274-
275-
I would love contributions. Filing issues [on Github](https://github.com/ryanseys/node-jawbone-up/issues)
276-
or sending pull requests is always greatly appreciated.
277-
278275
# License
279276

280-
The MIT License (MIT)
281-
282-
Copyright (c) 2013 Ryan Seys
283-
284-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
285-
286-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
287-
288-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
289-
277+
[MIT](https://github.com/ryanseys/node-jawbone-up/blob/master/LICENSE.md) © 2014 Ryan Seys

0 commit comments

Comments
 (0)