https://github.com/mugambi645/traffic-data
A web app build with django and ipstack API to track site traffic.The client can view loggins to the site,CPU usage and RAM usage.
https://github.com/mugambi645/traffic-data
django webdata
Last synced: about 1 month ago
JSON representation
A web app build with django and ipstack API to track site traffic.The client can view loggins to the site,CPU usage and RAM usage.
- Host: GitHub
- URL: https://github.com/mugambi645/traffic-data
- Owner: Mugambi645
- Created: 2022-01-21T09:04:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-21T09:57:03.000Z (over 4 years ago)
- Last Synced: 2025-06-03T19:18:32.252Z (12 months ago)
- Topics: django, webdata
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# traffic-data
#
## Screenshots


## About this app
A web app to analyze site traffic data such as CPU and site visits.
## Language(s) And Technologies used
- Python
- Boostrap
- Html
## Setup requirements and Installation
- Clone the repository
- Navigate to the folder and create a virtualenv and activate it then run pip freeze > requirements.txt
- Run pip install -r requirements.txt
## Development
Want to contribute? Great!
To fix a bug or enhance an existing module, follow these steps:
- Fork the repo
- Create a new branch (git checkout -b improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'Improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
## Known Bugs
If you find a bug (the website couldn't handle the query and or gave undesired results), kindly open an issue here by including your search query and the expected result.
If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.
### Licence
You can use this application for personal use only.
*MIT*
Copyright (c) 2022 **Patrick Mugambi**