文件名称:dune-api:一个简单的API,可从Dune检索一些报价
文件大小:69KB
文件格式:ZIP
更新时间:2024-04-29 21:45:54
api quotes dune JavaScript
沙丘Quotes API 一个简单的API,可以从Dune检索一些报价。 生产主机 原料药 GET /quotes 获取以下格式的随机报价: [ { "quote": "Fear is the mind-killer." } ] GET /quotes/{number} 返回带有{number}引号的数组,例如GET /quotes/5 。 [ { "quote": "I must not fear. Fear is the mind-killer. Fear is the little-death that brings total obliteration. I will face my fear. I will permit it to pass over me and through me. And when it has gone past I wi
【文件预览】:
dune-api-main
----.gitignore(545B)
----package.json(488B)
----arrakis-header.jpeg(21KB)
----package-lock.json(14KB)
----models()
--------remainder_quotes.js(116KB)
--------books.js(0B)
--------quotes.js(17KB)
----loaders()
--------getBooks.js(0B)
--------getQuotes.js(518B)
----README.md(2KB)
----server.js(453B)