Skip to content
This repository has been archived by the owner on Jul 19, 2022. It is now read-only.
/ zhk-api Public archive

张贺凯名言API,所有涉及名言添加的commit请通过pull request提交

Notifications You must be signed in to change notification settings

lezi-wiki/zhk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZHKSB API

张贺凯名言API,使用 ExpressJS 重构

使用方法

开发

npm install -g yarn
yarn install
yarn tsc
yarn dev

在每次更新typescript代码后,执行 yarn tsc 后,程序会自动reload。

启动程序

程序运行需要 Node.js 14 及以上

npm install -g yarn
yarn install
yarn pm2:init
yarn pm2:init # 初始化进程配置
yarn pm2:stop # 暂停所有进程
yarn pm2:start # 重启所有进程
yarn pm2:delete # 删除进程配置

调用

一言 API 位于 /text,你可以使用GET方法调用。

可用的Param有:

  • type: 可以为 text/json/jsonp/xml/html
  • key: 在特定type时会替换key的内容

例如:

  • /text?type=text 输出普通文字
  • /text?type=html 输出网页
  • /text?type=json 输出json数据,格式为{"text": "aaabbb"}
  • /text?type=json&key=zhktext 输出json数据,格式为{"zhktext": "aaabbb"}

About

张贺凯名言API,所有涉及名言添加的commit请通过pull request提交

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •