0.1.0 • Published 3 years ago

googleapis-mybusiness v0.1.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
3 years ago

mybusiness

Installation

$ npm install googleapis

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/mybusiness
$ npm install
$ npm run webpack

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

<script src="/path/to/mybusiness.min.js"></script>
<script>
const { mybusiness, auth } = Mybusiness;
</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