Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/faker-js/faker

Generate massive amounts of fake data in the browser and node.js
https://github.com/faker-js/faker

fix: lowercase eth addresses

Ethereum addresses should be all lowercase. Uppercase chars in ethereum addresses are a sort of...

86d0a279144eeed6793a37b1523ee887a60cd77d authored almost 6 years ago
[dist] [fix] [minor] Demo page

157c0c052ca86eea110e74aa6c4a85f7bdfa9a6b authored almost 6 years ago
[dist] [fix] [minor] Demo page

fb3d32a2718a86781161e95011296ae31553d9b1 authored almost 6 years ago
Merge pull request #759 from kud/patch-1

docs(README): fix typo

852091c86578f1758cb062a2ff48aca1e84dc839 authored almost 6 years ago
docs(README): fix typo

0ab8f9e0e522de3a5d33d9a0d92b3ffc55b6d09e authored almost 6 years ago
Fix for some extension names

man -> male
woman -> female

street_preffix -> street_prefix

1b67b7c27445297a9e3913ab3530f24ee761d5ba authored about 6 years ago
Fix file encoding issue in Farsi locale

Fixes #734

70fd41e1841a18274e827ecab5e2850ecb6fad58 authored about 6 years ago
add Japanese lorem data

acf7253b582e95ab2e1d902ee38b1b67e3a7bc9e authored about 6 years ago
Add gendered italian first names and the most common last names

2e69ba897c5644b0a28e6ea5b97530bcaf34f96b authored about 6 years ago
Update currency symbol of turkish lira

3932e0d8d23f24bf835401913f5c032c1d5d4561 authored about 6 years ago
adding test cases

89edd15c5d0ccb90426e107dd078d9d64ca84399 authored about 6 years ago
Add gendered french first names

One may pass an int argument to faker.name.findName(null, null, 1)
This is to get a male or fema...

947abb3c3753ac9eb9de9742b0282048d4305686 authored about 6 years ago
adding unit test

c63ac00c2cca2062ce733851f7239ed8db3ad00a authored about 6 years ago
recent time - logic

3a9a30d92f4c4bb9a20a34027ede6ce7bd5e9604 authored about 6 years ago
initial commit ✨

0f2337112018712e5a2ec5d1bcfc6a1ed104717d authored about 6 years ago
update last name arab

81146ea3f37d80154bcfbf822c747ce892a3c6fb authored over 6 years ago
add of ar name minus last_name

a26d0afc20548d4e51823fc14e2b1d95d5dd1c79 authored over 6 years ago
[api] Added vehicle module #555

d3ce6f1a2a9359574e7f31f14d4901648047c45a authored over 6 years ago
[api] [refactor] Remove `bindAll` method #376

* Was previously used for `this` scoping issue
* Should no longer be needed
* Should not ca...

72dce1198fd348f069b8e42e91ef67b74da1009f authored over 6 years ago
[api] [minor] Remove reference to `this`

f631665a40ecf22258fd2d0d9b2e115ca4dd08bd authored over 6 years ago
Merge branch 'master' of https://github.com/chinclubi/faker.js

acfbf3becde772adf4f6bf63bb1897a37ebddd3a authored over 6 years ago
[test] [minor] Improving test coverage

3f7ff55e341447eecc90676ce56681f05d84d7f3 authored over 6 years ago
[api] [fix] [minor] Remove `this` scope #376

8f032d2520f83b5e68b86cecc22dfb4a0cacee2b authored over 6 years ago
[test] Add `faker.fake` functional tests #386

- Now running all methods through faker.fake
- Adds coverage for scope issues #376
- Refact...

ad88ac308fe384a9292aab3c1634885e8139791b authored over 6 years ago
Add 92 range number of MEO

ac6133e546e2b3a7cfbfee212718a7a8e9e516fa authored over 6 years ago
Add date to pt_BR

27f4878ab3d989cdddec9df99802fe2150730ba2 authored over 6 years ago
[api] [minor] Remove `this` reference #718 #376

ed9c560599bf1c32ddc36c2f71307c36b810c7c9 authored over 6 years ago
resolve conflict

b5bf3649796c5497f3d89450b6dc12dc5c10bd3d authored over 6 years ago
merge with master

7ded5dd46270454f7d6c0417c8ea406c7113feb1 authored over 6 years ago
Merge branch 'master' of https://github.com/tylerreichle/faker.js into add-vehicle

031ad231ba6e88e8c5f40c5a8b62d2faa3fb7b61 authored over 6 years ago
[api] `faker.fake` should throw error on empty

* Was previously returning error as string
* Throwing errors conforms to existing APIs

09b736782621b88e779cc43903b6e2f389ae87a7 authored over 6 years ago
[test] `faker.fake` now at 100% code coverage

ef59eca978b91b25cb26ca958cd5aa9ad15b0a31 authored over 6 years ago
add middleName tests

905e9b5b92a2597b5bc382b918b2e16269b2ffb9 authored over 6 years ago
Merge remote-tracking branch 'github/master'

68cd5a5156849e84b185c5b76bde300c11940cec authored over 6 years ago
Bugfix random.shuffle last element.

There was a bug in the implementation of the modern Fisher–Yates
algorithm in that `i` was being...

56d7ccbce18164706447c2c67c2e87b3d0016462 authored over 6 years ago
Merge pull request #694 from Tomassito/patch-1

Added options schema to JSDocs

8f76fa2ca1de4e20688d289302656f4de0c9ad11 authored over 6 years ago
Merge pull request #681 from AlbinoDrought/master

[minor] add "blockchains" as a company.bs_noun

ffd90cbf3ee9bc37963a2893a45955a5bcaa922b authored over 6 years ago
Merge pull request #710 from 07Gond/master

Improve Canadian local postal code support

afcbacab6a82b0ac416d2bcc5af1b3fe3c488b54 authored over 6 years ago
[vendor] [minor] Removing dead code

b59d4f5b29d49143f72bbae27707ce024ceb4fab authored over 6 years ago
[test] Increasing coverage for Mersenne Twister

* Covers internal argument validation
* This validation is already tested upstream

056fe630bf522301ce48a1a615ed290930bbe8d9 authored over 6 years ago
Merge branch 'master' of https://github.com/titonobre/faker.js

3d3e3732d959e6c2e541bff6efab0b37881498c5 authored over 6 years ago
[dist] [minor] Add reports folder to .gitignore

33e552bb1e23f914d4089f63594466bee530e579 authored over 6 years ago
Improve unit tests for name.findName() and name.prefix()

31b3f48dd11dbbeb2e7e0a8b570295322ef5443f authored over 6 years ago
Improve pt_PT name prefixes

f4ea60e2957435a7be71509863b645b6b2b00ca8 authored over 6 years ago
Improve locale pt_PT with city names

e64cf4e2dc85046b2212b81a709e1ce1f04f8ec3 authored over 6 years ago
Improve locale pt_PT with cell_phone formats

ea6f1055ab5099f8ca5a989fb0df140b20f15c97 authored over 6 years ago
Update pt_PT references

a84e3a96ab2fd065f164b8189c865b1678845dcd authored over 6 years ago
Add locale pt_PT

07437ff7f3f16067848c68fd7f77b55a2248ed15 authored over 6 years ago
locale ru: add name.middleName with russian gender

36d69f38de144c9a37115e1cfda3fa51b7874fd7 authored over 6 years ago
[fix] Mersenne Twister seed_array #712

c852cdf5ba5253617fffc0261fa6c62e77a200a4 authored over 6 years ago
[fix] Code styling for undefined check #711

be8cd96541ba277941f4489fba27fc96296ed15c authored over 6 years ago
style(date): Avoid use of ternary expressions for optional args

4e08455a559bc601bb288dd67ad1301034ef788f authored over 6 years ago
fix(date): Allow for `refDate` in `soon()`, `recent()`

Closes #686

816b658e26badba6a911b7065aa8ca413d848b9d authored over 6 years ago
Improve Canadian local postal code support

0c34d2c3b7a3670e82e005f09799bcf8791facd7 authored over 6 years ago
Merge pull request #705 from iUtsavB/master

Updated `en_IND` states

0e6fb645d6907df854ca2f84dfe518e55502646a authored over 6 years ago
Added and corrected

1.> Added "Telangana" and "Uttarakhand"
2.> Ordered in alphabetical
3.> Corrected the spelling o...

6e915d5f59e2aea8be5edda6b3d09aaebe3e777c authored over 6 years ago
Updated and ordered

1.> Ordered the state Abbrs
2.> Added some missing abbrs

a19ceaf6ffacfbe8e885889d54e2c740d3a3a10f authored over 6 years ago
corrected the format

The actual format of mobile phone no is rarely starts with less than 6
so corrected that

95e9c9eea9bc250639678e4201c98e4f49246e68 authored over 6 years ago
Updated phone number & cell number for vi locale

28b9ff4c84e765d69864a9a024f542e53263fb79 authored over 6 years ago
Updated address for vi locale

6eba39f71794595870cab561d1a3ad6f7feb994f authored over 6 years ago
Added date for vi locale

36bda7596ceed8ae0f5d2b86c9f70a636785dfab authored over 6 years ago
Update city_root.js

ea041e61e482267822eba17b84cd425d6e91cca1 authored over 6 years ago
Merge pull request #631 from sbmart/ru-additions

`ru` additional locale data

9dd5a52b8e680264c55d0535eb4392675b53bd35 authored over 6 years ago
[minor] Spelling error in tests

a152a7e6aa720034d2d329e755d83223d8f8aece authored over 6 years ago
Add tests

8d483617a6feafecece769958d84f94b6523a4a6 authored over 6 years ago
Support variable precision for latitude and longitude

b6ac5f269a0ce79ffa1cfea8ed0dca894c430d89 authored over 6 years ago
Merge pull request #696 from ashpr/fix/bitcoinAddress-tests

fix: ammend tests for bitcoin addresses

2f62f8e5a1eca385f968e849b8c43bd555b9f004 authored over 6 years ago
Merge pull request #616 from driade/patch-2

`es` various fixes

d5b745531dd170fda6906503496d27a747855012 authored over 6 years ago
fix(bitcoinAddress): fix tests for bitcoin addresses

The tests for bitcoin addresses had an invalid regex.

b944bbcf991ba9f9d54dab50fc71f64c125546ab authored over 6 years ago
Merge pull request #615 from driade/patch-1

Spanish. Missing accents

5bfe5af4e25adcda65293d31020011446c49c4bf authored over 6 years ago
added south african names and details

6b0c041e646d8e93a2121b776845d0d7c01263a7 authored over 6 years ago
Add mixed options shape to the documentation

From the documentation it is not clear what shape should the options object take.

3ff8b1e639dbe0127a9709647fd854f09715c865 authored over 6 years ago
[dist] Added `CODE_OF_MERIT`

cce1dd0faed24bd6c5a56d7feeb5047e14dec1d2 authored over 6 years ago
Merge pull request #591 from johnmaia/bugfix/bitcoin-address

Fix bitcoinAddress generator

6d05e156b287af59829ed22463688ee1614016f9 authored over 6 years ago
Merge pull request #582 from chilicoder/fix/replaceSymbols-JSdoc

Code comments for replaceSymbols extended

fab40fc06ca67134db0a311f45328e6dbd6a4fa5 authored over 6 years ago
Merge pull request #593 from brantem/patch-1

Add my first name to `id_ID`

49d49c51ff66661dec866b7e8b7f4a380bfcdec5 authored over 6 years ago
Merge pull request #595 from ru03/ruben/AddCommerceEs

Added commerce for `es` locale

ddb1699d97b2be52e6faab87d0160570dbcc4900 authored over 6 years ago
Merge pull request #682 from yuezk/master

Add background color to `image.dataUri`

948d0dac5aae515739e3b5fa5b6a64f69aebaa00 authored over 6 years ago
Merge pull request #690 from driade/patch-2

Missing accents in `es`

fb1f21e448f74408fa9133c5e4b26e23dc91cdd3 authored over 6 years ago
Merge pull request #689 from driade/patch-1

Missing accents in `es`

845daa50d0c6471421ef0cf65af6e88e043498c0 authored over 6 years ago
[fix] Copy paste error in `ar` local #505

afb8a7f2ac662ce742e18668d6537f0d42cba6e2 authored over 6 years ago
[api] [fix] [refactor] Unique options into class

* #466 #596
* Fixes scope issues with max values

4759e2b35c0557fbc17ed38dc5cbc21929de29bc authored over 6 years ago
Merge pull request #691 from simone-sanfratello/master

[fix] system.directoryPath and system.filePath

98a47b9aa5d7e749dabb6c5afa0907d574904871 authored over 6 years ago
fix: system.directoryPath and system.filePath

ace7730a5d2daef150bf78704190a1cef65976ff authored over 6 years ago
Update last_name.js

Corrections

c7b19f694a7b0e1a231937b1510f17aebc279926 authored over 6 years ago
Update adjective.js

Add missing accents

3545d05a4441cad8347a65e92a84588fd8dcc4ee authored over 6 years ago
Merge pull request #596 from richchurcher/master

[fix] Reset unique startTime appropriately

07f39bd34ea8f35f40d4330b42c44503e1aa6561 authored over 6 years ago
Merge pull request #638 from h0x91b/patch-1

Fix docJS for faker.phone namespace

65609e45f21deeaa62582fd80b19662dddb2ed63 authored over 6 years ago
[dist] [minor] Update code highlighting in docs

f0b3aaf87c0ba2f855322a9084e4e1522295e7c5 authored over 6 years ago
Merge pull request #600 from karllhughes/400-zipcode-by-state-1

Added `address.postcode_by_state`

7aa7d619443a89ef448591343edf136774b1eed5 authored over 6 years ago
Merge pull request #668 from jfreyre/feature/register-new-fr-ch-locale

Added new locale `fr_CH`

434ff8ca7ff4de195ac1fa67ee3873dfff996396 authored over 6 years ago
add unit test for git module

2968497cff29f81b223010c25fa7d34785a8a004 authored over 6 years ago
add git module to lib

209aa3d254330ffa425c89157cc9f4ec749f3c3a authored over 6 years ago
add commit entry and remove readme changes

200ab1321231e63be401917433cd651ba2df7c51 authored over 6 years ago
add git to readme

5dfbd4442c8eaeff5ab25fc8115b2e7eb6c33854 authored over 6 years ago
cleanup tests and formatting

c29b9407064dbc14baa338f2ba9713d49b99e1dd authored over 6 years ago
change shas to use hex chars

49f0cea3b9b609ca643fa0e4e98f09076ad004c2 authored over 6 years ago
Merge pull request #655 from codecalm/patch-1

[fix] Wrong cell phone format in Poland

dafd3316ac63e3eec322e0d56f9dcfd5a62cbaf3 authored over 6 years ago
[dist] Update demo page to jQuery v3.3.1 #489

757fc1f1f30e974327a3253372ccfe39ebcf181c authored over 6 years ago
[api] [fix] user-agent randomness #521

* Now using `faker.random.number`
* Adds faker seed and mersenne

590f03e933eaeb45726d24f025952d70a1df291f authored over 6 years ago