1.0.1 • Published 5 months ago

get-my-own-ip v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months 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

5 months ago

1.0.0

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

0.0.29

5 months ago

0.0.28

5 months ago

0.0.27

5 months ago

0.0.26

5 months ago

0.0.25

5 months ago

0.0.24

5 months ago

0.0.23

5 months ago

0.0.22

5 months ago

0.0.21

5 months ago

0.0.20

5 months ago

0.0.19

5 months ago

0.0.18

5 months ago

0.0.17

5 months ago

0.0.16

5 months ago

0.0.15

5 months ago

0.0.14

5 months ago

0.0.13

5 months ago

0.0.12

5 months ago

0.0.11

5 months ago

0.0.10

5 months ago

0.0.9

5 months ago