文件名称:esv-api:Crossway ESV API的简单客户端
文件大小:142KB
文件格式:ZIP
更新时间:2024-04-22 19:53:19
TypeScript
@ amanda-mitchell / esv-api 这是Crossway的的Javascript客户端。 安装 yarn add @amanda-mitchell/esv-api 用法 const esvApi = require ( '@amanda-mitchell/esv-api' ) ; // This can be any method that is compatible with the Fetch interface. const fetch = require ( 'node-fetch' ) ; const apiKey = 'Go to https://api.esv.org/ to register an application and get an API key.' ; const client = esvApi . createEsvApiClien
【文件预览】:
esv-api-main
----release.config.js(82B)
----index.js(36B)
----package.json(699B)
----.github()
--------workflows()
----jest.config.js(79B)
----prettier.config.js(83B)
----LICENSE(1KB)
----.eslintrc.js(77B)
----tsconfig.json(146B)
----husky.config.js(80B)
----.gitignore(23B)
----lib()
--------__tests__()
--------index.ts(26B)
--------client.ts(10KB)
----commitlint.config.js(85B)
----.dependabot()
--------config.yml(176B)
----README.md(2KB)
----yarn.lock(333KB)
----lint-staged.config.js(86B)