From 9e42e260d064be9ab02dc73d2673609e971394e0 Mon Sep 17 00:00:00 2001 From: Lyunvy <64697357+Lyunvy@users.noreply.github.com> Date: Sun, 4 Jun 2023 20:04:10 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff2dccb..6aa7c4a 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ -# neodb-shelf-api \ No newline at end of file +## 获取自己 NeoDB 上的项目内容 +1. 在 [NeoDB API Developer Console](https://neodb.social/developer/) 获取 Access Token; +2. 在 vercel 上部署该项目,设置环境变量 `AUTHORIZATION` 为第一步获取的 Access Token; +3. 部署成功后,访问 https://yourdomine/api?type={type}&category={category} ,`{type}` 为 `wishlist / progress / complete` ,`{category}` 为 `book / movie / tv / music / game / podcast`,可以获得 json 数据。