Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.76 KB

File metadata and controls

47 lines (32 loc) · 1.76 KB

Google Inc. logo

@google/abusiveexperiencereport

Views Abusive Experience Report data, and gets a list of sites that have a significant number of abusive experiences.

Installation

$ npm install @google/abusiveexperiencereport

Usage

All documentation and usage information can be found on GitHub.

Building a browser bundle

This library can be used in a browser. To prepare a single file bundle, clone the repository and run

$ cd src/apis/abusiveexperiencereport
$ npm install
$ npm run webpack

The generated bundle will be written to dist/abusiveexperiencereport.min.js. Use it from your HTML file:

<script src="/path/to/abusiveexperiencereport.min.js"></script>
<script>
const { abusiveexperiencereport, auth } = Abusiveexperiencereport;
</script>

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

Contributing

We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see CONTRIBUTING.

Questions/problems?

Crafted with ❤️ by the Google Node.js team