Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samtebbs33/majesticvisualisation
https://github.com/samtebbs33/majesticvisualisation
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samtebbs33/majesticvisualisation
- Owner: SamTebbs33
- License: gpl-3.0
- Created: 2016-02-19T11:10:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T16:00:44.000Z (over 8 years ago)
- Last Synced: 2023-07-31T22:58:28.075Z (over 1 year ago)
- Language: Java
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```