Randomuser.me-Node

Source code that powers randomuser.me

  • 所有者: RandomAPI/Randomuser.me-Node
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Randomuser.me-Node

Build Status
codecov

About

This is the source code that powers the randomuser.me User Generator.

Our goal is to have a very diverse database that consists of data unique to different nationalities.
While some places might have an SSN or their phone number might be formatted a certain way, other places usually follow a completely different set of rules.

Help us make the Random User Generator better by contributing to our database and teaching us the proper way of formatting data for different nationalities.

Guidelines

If you would like to help contribute data specific to a region, please keep these few rules in mind:

  1. Only add new nat data to the api/.nextRelease directory...

  2. Please keep all of the data organized.

    • Keep US data in the US directory, AU in the AU directory, etc.
  3. No duplicates. Make sure that the data you are adding isn't already on the list.

    • An easy way to remove duplicates from your file and sort:
sort -u <file> -o <file>

4. Please don't submit requests that say "make this nationality". We will accept helpful contributions, but not orders :)

Requirements

Node v9.0.0+
MongoDB

How to use

  1. Run npm install

  2. Run npm run build to build views and minify js/css

  3. Run npm test and verify all tests pass

  4. Start the server with npm start

What if I want to add a new nationality?

Go ahead! We will gladly accept new regions if they follow the guidelines above.
Just place your files in a new directory in the api/.nextRelease/data folder with the appropriate 2 letter ISO Country Code (http://countrycode.org). Follow the format of the US folder for reference.

How to contact us

If you have any questions, feel free to ask us on our Twitter page @randomapi.

主要指标

概览
名称与所有者RandomAPI/Randomuser.me-Node
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2016-02-11 20:43:41
推送于2024-03-08 20:14:24
最后一次提交2022-07-04 23:43:18
发布数4
最新版本名称v1.4 (发布于 )
第一版名称v1.1 (发布于 )
用户参与
星数1.4k
关注者数33
派生数283
提交数296
已启用问题?
问题数117
打开的问题数23
拉请求数77
打开的拉请求数13
关闭的拉请求数25
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?