https://github.com/alexhff/websight
A (fake) website statistics analyzer. Implementation of developer-side testing on the JVM using JUnit4.
https://github.com/alexhff/websight
Last synced: 8 months ago
JSON representation
A (fake) website statistics analyzer. Implementation of developer-side testing on the JVM using JUnit4.
- Host: GitHub
- URL: https://github.com/alexhff/websight
- Owner: AlexHff
- License: mit
- Created: 2019-11-18T18:47:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T17:42:17.000Z (over 5 years ago)
- Last Synced: 2025-03-31T03:27:46.515Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Websight [](https://travis-ci.com/AlexHff/websight)
A (fake) website statistics analyzer.
Implementation of developer-side testing on the JVM using JUnit4.
## Prerequisites
Maven
## Quick start
```
git clone https://github.com/AlexHff/websight.git
cd websight
mvn clean compile exec:java
```
## Testing
To run tests
```
mvn test
```