hadith-api:首次在孟加拉邦针对圣训的开源API

时间:2024-05-31 20:25:44
【文件属性】:

文件名称:hadith-api:首次在孟加拉邦针对圣训的开源API

文件大小:71KB

文件格式:ZIP

更新时间:2024-05-31 20:25:44

javascript api open-source json heroku-deployment

圣训API 首次使用孟加拉语的圣训API! 通过此API,您将获得: 圣训解说员 圣训数 圣训真实性 API: : 要从此api获取数据,您可以使用以下示例: 使用承诺: fetch('https://bn-hadith-api.herokuapp.com/hadiths/0') .then(response => response.json()) .then(data => console.log(data)); 使用异步/等待: async function () { const fetchAPI = fetch(`https://bn-hadith-api.herokuapp.com/hadiths/0`); const response = await fetchAPI; const data = await response.json();


【文件预览】:
hadith-api-master
----package.json(622B)
----server.js(1KB)
----package-lock.json(194KB)
----db.json(66KB)
----.gitignore(12B)
----README.md(1000B)

网友评论