GithubHelp home page GithubHelp logo

alexxnica / randomuser.me-node Goto Github PK

View Code? Open in Web Editor NEW

This project forked from randomapi/randomuser.me-node

0.0 2.0 0.0 1.01 MB

Source code that powers randomuser.me

Home Page: https://randomuser.me

JavaScript 63.29% CSS 16.50% HTML 20.21%

randomuser.me-node's Introduction

Randomuser.me-Node

Build Status Stories in Ready

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 :)

How to use

  1. Run npm install

  2. Make sure you have gulp installed globally (npm i -g gulp) and run gulp build

  3. Run gulp to 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.

randomuser.me-node's People

Contributors

keitharm avatar zanderbrown avatar lionep avatar dvdmunckhof avatar kattixie avatar kalebscholes avatar wesssel avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.