文件名称:govbins.uk:对国家垃圾箱进行分类
文件大小:90.82MB
文件格式:ZIP
更新时间:2024-05-08 12:09:22
JavaScript
#govbins 源代码 站点中使用的开放数据API: 运行它 安装依赖项: yarn install 首先,运行开发服务器: yarn dev 打开 。 添加垃圾箱 将图像添加到/public/images ,然后在/src/bins.js添加另一个条目, /src/bins.js包含以下信息: { "fileName" : "name-of-image.jpg" , "localAuthorityCountry" : "eng" , // must be eng, ni, sct or wls "localAuthorityCode" : "CHE" , // must match the code from the api "collectionDate" : "12 March 2020" } ,