Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/njh/google-ipv6

Per-country ranking table based on data from Google IPv6 Statistics page
https://github.com/njh/google-ipv6

ipv6

Last synced: about 1 month ago
JSON representation

Per-country ranking table based on data from Google IPv6 Statistics page

Awesome Lists containing this project

README

        

Web-page to display Google IPv6 country data as a ranked list
=============================================================

This is the code repository that generates https://www.aelius.com/njh/google-ipv6/

It is a statically generated website built using [Ruby].

## Development

You may need to install a recent version of ruby of my computer before you can run the scripts.
I use [rbenv] to install and manage different versions of ruby

First make sure you have [Bundler] installed:

$ gem install bundler

Then install all the dependencies:

$ bundle install

To build a copy of the website on your local machine run:

$ rake

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/njh/google-ipv6.

[Ruby]: http://ruby-lang.org/
[rbenv]: http://rbenv.org/
[Bundler]: http://bundler.io/