gatsby source mathdroid covid19:提供@mathdroid API的数据以供Gatsby使用 源码
gatsby-source-mathdroid-covid19 为mathdro.id的出色工作提供了API的Gatsby源插件。 入门 将插件以及要获取其数据的国家/地区列表(如果有)添加到gatsby-config.js文件中。 module . exports = { ... plugins : [ { resolve : 'gatsby-source-mathdroid-covid19' , options : { countries : [ { iso2 : 'DE' } ] , // fetch current stats
下载地址
用户评论