https://github.com/jms/myip
ligth django app, to return client ip address
https://github.com/jms/myip
Last synced: 7 days ago
JSON representation
ligth django app, to return client ip address
- Host: GitHub
- URL: https://github.com/jms/myip
- Owner: jms
- License: bsd-2-clause
- Created: 2017-01-21T21:13:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T17:28:11.000Z (about 6 years ago)
- Last Synced: 2025-01-11T05:26:50.174Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myip
ligth django app, to return client ip address
* Install/Run
`pip install -r requirements.txt`
`python app.py runserver` or `./app.py runserver`