项目作者: njh

项目描述 :
Per-country ranking table based on data from Google IPv6 Statistics page
高级语言: HTML
项目地址: git://github.com/njh/google-ipv6.git
创建时间: 2017-01-04T11:27:18Z
项目社区:https://github.com/njh/google-ipv6

开源协议:

下载


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:

  1. $ gem install bundler

Then install all the dependencies:

  1. $ bundle install

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

  1. $ rake

Contributing

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