Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 460 Bytes

File metadata and controls

14 lines (9 loc) · 460 Bytes

Web

This service provides a user-friendly dashboard for accessing network operations including Looking Glass functionality, ASN lookups, and other network analytics queries. Built with Flask and simplistic web technologies, it offers an intuitive interface and underlying code for both technical and non-technical users.

Build

# Install dependencies
pip install -r requirements.txt

# Run the development server
python manage.py runserver