Skip to content

Commit

Permalink
📄 update license
Browse files Browse the repository at this point in the history
  • Loading branch information
shawjia committed Oct 3, 2018
1 parent a8ef4cb commit b4f9f62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018
Copyright (c) shawjia <[email protected]> (github.com/shawjia)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# geektime

> API client for time.geekbang.org
> API client for time.geekbang.org (极客时间)
## INSTALL
```bash
Expand Down Expand Up @@ -30,7 +30,7 @@ const client = new Geektime('phone', 'pass');

### products()

产品列表,返回 专栏/视频课/微课/其他
返回产品列表 (专栏/视频课/微课/其他)

### intro(cid)

Expand All @@ -49,9 +49,12 @@ const client = new Geektime('phone', 'pass');
返回音频列表

### NOTE
- *cid:* 专栏 id
- *id:* 文章 id

| param | note |
| --- | --- |
| cid | 专栏 id |
| id | 文章 id |

## License

MIT © [shawjia](https://github.com/shawjia)
MIT
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "API client for time.geekbang.org",
"main": "index.js",
"repository": "https://github.com/shawjia/geektime",
"author": "shawjia",
"author": "shawjia <[email protected]> (github.com/shawjia)",
"license": "MIT",
"scripts": {
"test": "ava"
Expand Down

0 comments on commit b4f9f62

Please sign in to comment.