https://github.com/faker-javascript/ip
IP package provides functionality to generate a fake ip value.
https://github.com/faker-javascript/ip
fake-data fake-data-generator faker faker-generator fakerjs javascript js typescript
Last synced: 9 months ago
JSON representation
IP package provides functionality to generate a fake ip value.
- Host: GitHub
- URL: https://github.com/faker-javascript/ip
- Owner: faker-javascript
- License: mit
- Created: 2022-01-08T13:16:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T05:58:35.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T22:58:35.581Z (10 months ago)
- Topics: fake-data, fake-data-generator, faker, faker-generator, fakerjs, javascript, js, typescript
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
IP
IP package provides functionality to generate a fake ip value.
## Install
```
$ npm install --save @fakerjs/ip
```
## Usage
```js
import ip from '@fakerjs/ip';
ip();
//=> 168.195.165.81
```
## Tests
Run tests
```
npm run test
```
## License
[The MIT License (MIT)](https://github.com/faker-javascript/ip/blob/main/LICENSE)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)