Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samtebbs33/majesticvisualisation


https://github.com/samtebbs33/majesticvisualisation

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# MajesticVisualisation

## Category visualisation
The category visualisation program shows the most popular TLD and websites for a certain category. For the first run, I used the json_simple library to retrieve the categories for each site from api.webshrinker.com, and due to api request limits I couldn't include all 10000 sites in the Majestic data-set, and had to save the categories in the majestic_10000.csv file (which I haven't included in the repo as it may be private data).

### Compiling
```
javac CategoryVisualisation.java
```

### Running
```
java CategoryVisualisation
```