1.0.1 • Published 2 years ago

get-my-own-ip v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

GetIP

A straightforward library designed to streamline automated access to the user's local IP.

Features

  • Retrieve the IPv4 used in the default switch via Windows terminal;
  • Retrieve a list of available IPv4 addresses on your machine.

Tech

GetIP uses a simple Stack:

  • NodeJS - Efficient server-side JavaScript runtime for building scalable web applications.
  • Typescript - superset of JavaScript
  • child_process - Reliable module for executing external processes in Node.js,

Installation

Install the dependencies and devDependencies and start the server.

cd your-project
npm i get-my-own-ip

Development

  • how to use ?
npm init -y
import {getIp, getAll} from 'get-my-own-ip'
const myadress = getIp()
console.log('Endereço IPV4:', myadress);
1.0.1

2 years ago

1.0.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago