An open API service indexing awesome lists of open source software.

https://github.com/devsubid/getip

Get ip address using Express.js
https://github.com/devsubid/getip

expressjs ip-address typescript

Last synced: 3 months ago
JSON representation

Get ip address using Express.js

Awesome Lists containing this project

README

          

# Get IP Address

This is a simple Express app designed to get the IP address of the user.

## Cloning Repo

Make sure you have git installed on your system. If not, install it from [here](https://git-scm.com/downloads). And also make sure you have [yarn](https://yarnpkg.com/) installed on your system.
Then run the following commands:

```bash
git clone https://github.com/itsme-Subid/GetIp.git
cd GetIp
```

## Installing Requirements

```bash
yarn
```

## Running

For running the app, you need to run two commands in two different terminals.

1st Terminal:

```bash
yarn dev
```

2nd Terminal:

```bash
yarn nodemon
```