Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitor-msp/show-ip
simple api to show requester ip and server ip
https://github.com/vitor-msp/show-ip
docker nodejs
Last synced: 16 days ago
JSON representation
simple api to show requester ip and server ip
- Host: GitHub
- URL: https://github.com/vitor-msp/show-ip
- Owner: vitor-msp
- Created: 2024-10-24T00:26:05.000Z (21 days ago)
- Default Branch: master
- Last Pushed: 2024-10-24T02:19:07.000Z (21 days ago)
- Last Synced: 2024-10-24T18:18:17.394Z (21 days ago)
- Topics: docker, nodejs
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SHOW IP
Simple api to show requester ip and server ip after delay which is used to consume cpu.
## How to run
### With Node
```
sudo npm start
```### With Docker
```
docker run --rm -d -p 80:80 --name show-ip vitormsp/show-ip
```