文件名称:represent:Open North Represent API Node.js 模块
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-20 11:02:09
JavaScript
代表 来自的地区和政治家数据的简单包装器。 用法 npm install represent 边界集 响应示例: : represent . boundarySets ( "federal-electoral-districts" , function ( error , data ) { } ) ; 边界 响应示例: : represent . boundaries ( "toronto-wards" , function ( error , data ) { } ) ; 从纬度和经度 响应示例: : represent . boundariesLatLon ( 45.524 , - 73.596 , function ( error , data ) { } ) ; 邮政编码 响应示例: : represent . postalCode ( "L5G
【文件预览】:
represent-master
----.gitignore(14B)
----package.json(800B)
----.travis.yml(65B)
----LICENSE(1KB)
----index.js(45B)
----README.md(1KB)
----lib()
--------represent.js(2KB)
----.npmignore(38B)
----test()
--------api.test.js(3KB)