An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Websight [![Build Status](https://travis-ci.com/AlexHff/websight.svg?token=qewhLzzy4xorKFhMwTS6&branch=master)](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
```