https://github.com/kylestev/srsly-breakdown
Breakdown of a portion of the servers displayed on srsly.de by continent and country.
https://github.com/kylestev/srsly-breakdown
Last synced: 8 months ago
JSON representation
Breakdown of a portion of the servers displayed on srsly.de by continent and country.
- Host: GitHub
- URL: https://github.com/kylestev/srsly-breakdown
- Owner: kylestev
- License: mit
- Created: 2014-12-30T04:32:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T03:28:51.000Z (over 10 years ago)
- Last Synced: 2025-07-21T22:04:23.262Z (10 months ago)
- Language: PHP
- Homepage: https://vnc.kylestev.io/
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
srsly-breakdown
===============
Breakdown of a portion of the servers displayed on srsly.de by continent and country.
### How it works
This is a very small project (lots of boilerplate thanks to [Laravel 5](https://github.com/laravel/laravel/tree/develop)) with only a couple important files.
To understand how it works, take a look in the following places:
* [`app/helpers.php`](https://github.com/kylestev/srsly-breakdown/blob/master/app/helpers.php) - business logic
* [`app/Http/routes.php`](https://github.com/kylestev/srsly-breakdown/blob/master/app/Http/routes.php) - http routing
* [`resources/templates/main.blade.php`](https://github.com/kylestev/srsly-breakdown/blob/master/resources/templates/main.blade.php) - the one and only view used in this application
Charts are generated using [Highcharts](http://www.highcharts.com/).