CoinGecko API 服务端
一个功能强大的 Node.js Express 服务器,提供对 CoinGecko 加密货币数据 API 的全面支持。
快速入门
使用 npx(推荐)
运行以下命令快速启动:
npx coingecko-api-server
安装向导将引导你完成配置。
手动设置
- 克隆仓库:
git clone https://github.com/GaplyDev01/coingecko-api-server.git cd coingecko-api-server
- 安装依赖:
npm install
- 运行设置脚本:
npm run setup
- 启动服务器:
npm start
更多详情请参考 README 文件。