Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```