Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.28 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.28 KB

IPMap (Ip location tracker)

Tobias Karuth

 /$$$$$$ /$$$$$$$  /$$      /$$  /$$$$$$  /$$$$$$$ 
|_  $$_/| $$__  $$| $$$    /$$$ /$$__  $$| $$__  $$
  | $$  | $$  \ $$| $$$$  /$$$$| $$  \ $$| $$  \ $$
  | $$  | $$$$$$$/| $$ $$/$$ $$| $$$$$$$$| $$$$$$$/
  | $$  | $$____/ | $$  $$$| $$| $$__  $$| $$____/ 
  | $$  | $$      | $$\  $ | $$| $$  | $$| $$      
 /$$$$$$| $$      | $$ \/  | $$| $$  | $$| $$      
|______/|__/      |__/     |__/|__/  |__/|__/      
                                                   

a map that shows Ip locations that are public or not protected


How to run it?

clone this repository

git clone https://github.com/TKAMING/IPMap/

run it (start the Flask server)

flask run -h localhost -p 3000

go to this url in your browser

http://localhost:3000/

and you are ready to go...

you should now see

if you enter a valid IP address you should see


Technologies used

Python(Flask, folium), IP-api, HTML, CSS, Javascript


ToDo´s

  • The data visualization
  • Get the ip´s
  • Error handling
  • Design website

© 2022 by Tobias Karuth