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
- Host: GitHub
- URL: https://github.com/devsubid/getip
- Owner: devsubid
- License: gpl-3.0
- Created: 2023-04-23T12:16:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T19:57:29.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:51:26.224Z (about 1 year ago)
- Topics: expressjs, ip-address, typescript
- Language: TypeScript
- Homepage: https://getip-kappa.vercel.app
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: code-of-conduct.md
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
```