Skip to content

Url package provides functionality to generate a fake url value.

License

Notifications You must be signed in to change notification settings

faker-javascript/url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60295a9 · Mar 13, 2022

History

4 Commits
Mar 13, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022
Jan 22, 2022

Repository files navigation

Url

Url package provides functionality to generate a fake url value.

Version node-current License

Install

$ npm install --save @fakerjs/url

Usage

import url from '@fakerjs/url';

url();
//=> http://rad.com

url({protocol: 'https'});
//=> https://rad.com

url({protocol: 'https', tld: 'rad.com'});
//=> https://totally.rad.com

Tests

Run tests

npm run test

License

The MIT License (MIT) Copyright (c) Sergey Romanenko

About

Url package provides functionality to generate a fake url value.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published