Packages

The Elixir implementation for looking up the Chinese administrative divisions.

Current section

Files

Jump to
gb2260 data README.md
Raw

data/README.md

# 县及县以上行政区划代码
[![GB/T 2260](http://img.shields.io/badge/GB%2FT-2260-blue.svg?style=flat)](spec.md)
中华人民共和国国家标准 GB/T 2260 行政区划代码
数据来源: <http://www.stats.gov.cn/tjsj/tjbz/xzqhdm/>
你可以利用国家标准数据构建自己项目的数据库。
## 语言实现
目前已有的语言实现
### Python
Repository: <https://github.com/cn/GB2260.py>
[![Build Status](https://travis-ci.org/cn/GB2260.py.svg?branch=master)](https://travis-ci.org/cn/GB2260.py)
[![Coverage Status](https://coveralls.io/repos/cn/GB2260.py/badge.svg?branch=master&service=github)](https://coveralls.io/github/cn/GB2260.py?branch=master)
[![PyPI Release](https://badge.fury.io/py/gb2260.svg)](https://pypi.python.org/pypi/GB2260)
### JavaScript
Repository: <https://github.com/cn/GB2260.js>
[![Build Status](https://travis-ci.org/cn/GB2260.py.svg?branch=master)](https://travis-ci.org/cn/GB2260.js)
[![Coverage Status](https://coveralls.io/repos/cn/GB2260.js/badge.svg?branch=master&service=github)](https://coveralls.io/github/cn/GB2260.js?branch=master)
[![NPM Release](https://badge.fury.io/js/gb2260.svg)](https://npmjs.org/package/gb2260)
### Ruby
Repository: <https://github.com/cn/GB2260.rb>
[![Build Status](https://travis-ci.org/cn/GB2260.rb.svg?branch=master)](https://travis-ci.org/cn/GB2260.rb)
[![Coverage Status](https://coveralls.io/repos/cn/GB2260.rb/badge.svg?branch=master&service=github)](https://coveralls.io/github/cn/GB2260.rb?branch=master)
[![Gem Version](https://badge.fury.io/rb/GB2260.svg)](http://badge.fury.io/rb/GB2260)
### PHP
Repository: <https://github.com/cn/GB2260.php>
### Go
Repository: <https://github.com/damonchen/gb2260>
## 如何贡献
创建你熟悉的语言的模块,请务必使用 MIT/BSD/WTFPL 授权。