GithubHelp home page GithubHelp logo

internetarchive / wayback-diff Goto Github PK

View Code? Open in Web Editor NEW
30.0 20.0 8.0 13.94 MB

React components to render differences between captures at the Wayback Machine

License: GNU General Public License v3.0

JavaScript 96.83% HTML 1.04% CSS 2.12%

wayback-diff's Issues

Missing license

Thanks for the commit cfe567d expanding on the provenance of this code. It is also important to add web-monitoring-ui's GPL license to this repository. You may simply copy this file.

Sunburst timestamp validation improvement

Before showing the sunburst, we validate the target timestamp.
The way we do it currently is that we load the capture and if its successful, we conclude that the timestamp is valid.
This method is very inefficient, the capture could be really big, its not good trying to download it all.
Please perform a CDX query instead using the URL and timestamp to see if its valid.

Please also add a short comment in this function to explain its purpose.

base64 decoding improvement

From my understanding we implement base64 decoding in our own code,
can we use standard function atob ?
https://www.w3schools.com/jsref/met_win_atob.asp
(Browser support is OK, we don't need to support old browsers).

I guess there should be many other libraries in npm like https://www.npmjs.com/package/js-base64

Please also add a comment in the function saying why we need to base64 decoding.

Drop d3-scale-cluster dependency

Reimplement the d3 scale cluster in a simpler way with d3 without any external dependencies.

We need to have a leaner package with less dependencies for better maintenance and efficiency.

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.