Packages

The Elixir implementation for looking up the Chinese administrative divisions.

Current section

Files

Jump to
gb2260 priv data README.md
Raw

priv/data/README.md

# 县及县以上行政区划代码
[![Join the chat at https://gitter.im/cn/GB2260](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/cn/GB2260)
[![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/>
你可以利用国家标准数据构建自己项目的数据库。
## Badges
Badges with spec versions:
[![Spec v0.2](https://img.shields.io/badge/GB%2FT%202260-v0.2-blue.svg)](https://github.com/cn/GB2260/blob/v0.2/spec.md)
```
Badge: https://img.shields.io/badge/GB%2FT%202260-v0.2-blue.svg
Link: https://github.com/cn/GB2260/blob/v0.2/spec.md
```
## 语言实现
目前已有的语言实现
### 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)
### Java
Repository: <https://github.com/cn/GB2260.java>
[![Build Status](https://travis-ci.org/cn/GB2260.java.svg?branch=master)](https://travis-ci.org/cn/GB2260.java)
[![Coverage Status](https://coveralls.io/repos/cn/GB2260.java/badge.svg?branch=master&service=github)](https://coveralls.io/github/cn/GB2260.java?branch=master)
### PHP
Repository: <https://github.com/cn/GB2260.php>
### Go
Repository: <https://github.com/damonchen/gb2260>
### Elixir
Repository: <https://github.com/cn/GB2260.ex>
## 如何贡献
创建你熟悉的语言的模块,请务必使用 MIT/BSD/WTFPL 授权。