We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def3181 commit 9e42e26Copy full SHA for 9e42e26
README.md
@@ -1 +1,4 @@
1
-# neodb-shelf-api
+## 获取自己 NeoDB 上的项目内容
2
+1. 在 [NeoDB API Developer Console](https://neodb.social/developer/) 获取 Access Token;
3
+2. 在 vercel 上部署该项目,设置环境变量 `AUTHORIZATION` 为第一步获取的 Access Token;
4
+3. 部署成功后,访问 https://yourdomine/api?type={type}&category={category} ,`{type}` 为 `wishlist / progress / complete` ,`{category}` 为 `book / movie / tv / music / game / podcast`,可以获得 json 数据。
0 commit comments