Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
bubao committed Jun 11, 2018
1 parent 04ef3b1 commit 41e4e54
Show file tree
Hide file tree
Showing 31 changed files with 1,943 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ typings/

# next.js build output
.next

nopush

env.json
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# zhihu-api
zhihu API

知乎API模块,没有发布到npm。
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* @author bubao
* @description
* @date: 2018-2-13 14:13:30
* @Last Modified by: bubao
* @Last Modified time: 2018-06-11 10:31:47
*/

const api = require('./src/api');

module.exports = api;
Loading

0 comments on commit 41e4e54

Please sign in to comment.