GitXplorerGitXplorer
s

random-chinese-user

public
16 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
95a5bef6948e2d85ba04c2b5b32b79eb7dc46ab1

add api

ssinchang committed 8 years ago
Unverified
dfe3054a8fe02b9de0c54ea91050576e46d04cc1

add github-corner

ssinchang committed 8 years ago
Unverified
78d1fe4f20025d0936259fc3409faeff4a2c7f74

fix email icon error

ssinchang committed 8 years ago
Unverified
ba81845a83737ad46348488d1461571d9366bd9f

split css from app.js

ssinchang committed 8 years ago
Unverified
f8a1f0f3f8b7a08c672da497cb3d5148c4879eb4

fix sprite image error

ssinchang committed 8 years ago
Unverified
972bc9a274649c1f4fd04e408fa009b3883eb996

Update index.html

ssinchang committed 8 years ago

README

The README file for this repository.

Random Chinese User

随机获取某个中文用户信息,包括手机号码、名字、邮箱、地址。 inspired by JJYING

API

GET http://api.sinchang.me/random/user

Response:

{
  "status": 1,
  "msg": "success",
  "items": {
    "mobile": "13744344091",
    "email": "hata@gmail.com",
    "name": "毛紫雨",
    "address": "新疆维吾尔自治区乌鲁木齐市乌鲁木齐县水西沟镇2单元40室"
  }
}

License

This content is released under the MIT License.