Giter VIP home page Giter VIP logo

azurespeedtest2's Introduction

Azure Speed Test 2.0

Measures the network latency between your browser and the each of the Azure Data Centers.

Building the UI

You can use these commands to build the User Interface:

$ npm install
$ npm run build

Adding Regions

Not all regions are available to everyone. I have added the regions that are generally available to all, and some kind individuals have set up additional regions that they have access to.

The cost should be negligible, and if you change your mind at any time and want to remove the region, that's ok - just let me know.

To add a region, follow this process:

  1. Create a storage account, preferably with a name like speedtestxyz, where the 'xyz' is an abbreviation of your region name. The storage account can be a standard, locally redundant account (the cheapest kind).
  2. Create a $root container in blob storage, allowing public blobs (blob listing is not necessary).
  3. Add a file called cb.json, which contains a single line call("speedtestxyz"), where 'speedtestxyz' is the name of your storage account.
  4. Fork and clone this repository.
  5. Run npm install.
  6. Edit the lib/locations.js file to add a record for your new region (using the correct flag from this repo).
  7. Run npm run build
  8. Run the site locally (I use node-static) to test that the site works.
  9. Create a pull request.

If you're only able to help with steps 1..3 it would be hugely helpful, I can do the remaining steps.

Thank you!

License

MIT

azurespeedtest2's People

Contributors

dependabot[bot] avatar jurajsucik avatar lukaslangrock avatar mrnof avatar r0nigee avatar richorama avatar timnilimaa avatar wi5nia avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.