GithubHelp home page GithubHelp logo

isabella232 / asset-check Goto Github PK

View Code? Open in Web Editor NEW

This project forked from google/asset-check

0.0 0.0 0.0 19 KB

Check your .well-known/assetlinks.json file on the cli

Home Page: https://developers.google.com/digital-asset-links/v1/getting-started

License: Apache License 2.0

JavaScript 100.00%

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

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.