Temtem API 一个JSON API,从返回有关游戏数据,该数据每4小时更新一次。 安装 git clone git@github.com:maael/temtem-api.git cd temtem-api yarn 我使用node@10.17.0开发它。 NPM脚本 脚本 描述 dev 在http://localhost:3000或env中指定的任何PORT上启动本地开发服务器。 build 构建服务器。 start 开始构建服务器。 lint 针对项目运行 。 prettier 针对项目运行,编写更正。 prettier:check 针对项目运行,CI用来