Giter VIP home page Giter VIP logo

asset-check's Introduction

Asset Check

Check your assetlinks.json file for associations, ensuring you're configured correctly.

This is not an official Google product.

Install

Install the node dependencies and link the executable:

npm install
npm link

Usage

If you've linked the package you can use:

asset-check <filename>            # check a file
asset-check <url>                 # check a url

asset-check -u <useragent> <url>  # check a url with a specific useragent
asset-check -d <url>              # (debug mode) check a url

Or in your install directory:

./run.js <filename>             # check a file
./run.js <url>                  # check a url

./run.js -d <useragent> <url>   # check a url with a specific useragent

Examples

> asset-check -d assetlinks.json
instance[1].target: is not exactly one from </WebTarget>,</AndroidTarget>
Errors validating schema

› asset-check https://www.google.com/.well-known/assetlinks.json
URL: https://www.google.com/.well-known/assetlinks.json
# App Links:
## Websites linked:
- www.google.com
## To apps:
- com.google.android.calendar

Tests

npm test

Release History

  • 0.1.0 Initial release

asset-check's People

Contributors

paul-matthews avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

asset-check's Issues

User-Agent value starts with user-agent again

The value of the default user agent starts with user-agent: which in our case led to some strange problems, because the header looked like User-Agent: user-agent:Mozilla/5.0[...]

Report missing https support for URL

Instead of throwing an "Unhandled 'error' event", report the lack of https connection gracefully.

Example of error below:

events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: connect ECONNREFUSED 35.202.93.55:443
    at Object.exports._errnoException (util.js:856:11)
    at exports._exceptionWithHostPort (util.js:879:20)
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1062:14)

Check for compatible robots.txt

When the assetlinks.json file is hosted, ensure that the robots.txt file doesn't exclude access to it.

Fail validation if the robot.txt file excludes access to the .well-known/assetlinks.json file.

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.