From 71b159ebdbeddf07d107db1d078257cc291641fe Mon Sep 17 00:00:00 2001 From: wesley chun Date: Fri, 6 Dec 2024 01:53:03 -0800 Subject: [PATCH 1/4] fix: update README to template --- README.md | 61 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 46 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 6d1b27ff..43ab7f3f 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,25 @@ -# Google Maps JavaScript API Loader - [![npm](https://img.shields.io/npm/v/@googlemaps/js-api-loader)](https://www.npmjs.com/package/@googlemaps/js-api-loader) -![Build](https://github.com/googlemaps/js-api-loader/workflows/Test/badge.svg) +![Tests/Build Status](https://github.com/googlemaps/js-api-loader/workflows/Test/badge.svg) ![Release](https://github.com/googlemaps/js-api-loader/workflows/Release/badge.svg) +![Stable](https://img.shields.io/badge/stability-stable-green) + [![codecov](https://codecov.io/gh/googlemaps/js-api-loader/branch/main/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-api-loader) -![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-api-loader?color=green) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -[![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)](https://discord.gg/jRteCzP) + +![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-api-loader?color=green) +[![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)][Discord server] +[![GitHub License](https://img.shields.io/github/license/googlemaps/js-api-loader?color=blue)](LICENSE) + +# Google Maps JavaScript API Loader ## Description Load the Google Maps JavaScript API script dynamically. This takes inspiration from the [google-maps](https://www.npmjs.com/package/google-maps) npm package but updates it with ES6, Promises, and TypeScript. -## Install +## Requirements + +- An [API key][api-key] + +## Installation Available via npm as the package [@googlemaps/js-api-loader](https://www.npmjs.com/package/@googlemaps/js-api-loader). @@ -27,7 +35,7 @@ Alternatively you may add the umd package directly to the html document using th When adding via unpkg, the loader can be accessed at `google.maps.plugins.loader.Loader`. -### TypeScript +### TypeScript TypeScript users need to install the following types package. @@ -39,8 +47,7 @@ npm i -D @types/google.maps The reference documentation can be found at this [link](https://googlemaps.github.io/js-api-loader/index.html). The Google Maps JavaScript API [documentation](https://developers.google.com/maps/documentation/javascript/tutorial) is the authoritative source for the loader options. - -## Example +## Usage ```javascript import { Loader } from '@googlemaps/js-api-loader'; @@ -104,14 +111,38 @@ loader.loadCallback(e => { View the package in action [here](https://googlemaps.github.io/js-api-loader/examples/index.html). +## Contributing + +Contributions are welcome and encouraged! If you'd like to contribute, send us a [pull request] and refer to our [code of conduct] and [contributing guide]. + +## Terms of Service + +This library uses Google Maps Platform services. Use of Google Maps Platform services through this library is subject to the Google Maps Platform [Terms of Service]. + +This library is not a Google Maps Platform Core Service. Therefore, the Google Maps Platform Terms of Service (e.g. Technical Support Services, Service Level Agreements, and Deprecation Policy) do not apply to the code in this library. ## Support -This library is community supported. We're comfortable enough with the stability and features of -the library that we want you to build real production applications on it. +This library is offered via an open source [license](LICENSE). It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg), the [SLA](https://cloud.google.com/maps-platform/terms/sla), or the [Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service). + +This library adheres to [semantic versioning] to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time. + +If you find a bug, or have a feature request, please [file an issue] on GitHub. If you would like to get answers to technical questions from other Google Maps Platform developers, ask through one of our [developer community channels]. If you'd like to contribute, please check the [contributing guide]. + +You can also discuss this library on our [Discord server]. -If you find a bug, or have a feature suggestion, please [log an issue][issues]. If you'd like to -contribute, please read [How to Contribute][contrib]. +[api-key]: https://developers.google.com/maps/documentation/android-sdk/get-api-key +[devsite-guide]: https://developers.google.com/maps/documentation/android-sdk/utility +[gmp-start]: https://console.cloud.google.com/google/maps-apis/start +[maps-sdk]: https://developers.google.com/maps/documentation/android-sdk +[documentation]: https://googlemaps.github.io/js-api-loader -[issues]: https://github.com/googlemaps/js-api-loader/issues -[contrib]: https://github.com/googlemaps/js-api-loader/blob/main/CONTRIBUTING.md +[code of conduct]: CODE_OF_CONDUCT.md +[contributing guide]: CONTRIBUTING.md +[developer community channels]: https://developers.google.com/maps/developer-community +[Discord server]: https://discord.gg/hYsWbmk +[file an issue]: https://github.com/googlemaps/js-api-loader/issues/new/choose +[pull request]: https://github.com/googlemaps/js-api-loader/compare +[semantic versioning]: https://semver.org +[similar inquiry]: https://github.com/googlemaps/js-api-loader/issues +[Terms of Service]: https://cloud.google.com/maps-platform/terms From 065c42e65164dad3eeaf438fb9d1e6625253bc75 Mon Sep 17 00:00:00 2001 From: wesley chun Date: Mon, 9 Dec 2024 20:01:58 -0800 Subject: [PATCH 2/4] fix: more README fixes from template --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ab7f3f..2b5fc8b5 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ This library is not a Google Maps Platform Core Service. Therefore, the Google M ## Support -This library is offered via an open source [license](LICENSE). It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg), the [SLA](https://cloud.google.com/maps-platform/terms/sla), or the [Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service). +This library is offered via an open source [license]. It is not governed by the Google Maps Platform Support [Technical Support Services Guidelines, the SLA, or the [Deprecation Policy]. However, any Google Maps Platform services used by the library remain subject to the Google Maps Platform Terms of Service. This library adheres to [semantic versioning] to indicate when backwards-incompatible changes are introduced. Accordingly, while the library is in version 0.x, backwards-incompatible changes may be introduced at any time. @@ -139,10 +139,14 @@ You can also discuss this library on our [Discord server]. [code of conduct]: CODE_OF_CONDUCT.md [contributing guide]: CONTRIBUTING.md +[Deprecation Policy]: https://cloud.google.com/maps-platform/terms [developer community channels]: https://developers.google.com/maps/developer-community [Discord server]: https://discord.gg/hYsWbmk [file an issue]: https://github.com/googlemaps/js-api-loader/issues/new/choose +[license]: LICENSE [pull request]: https://github.com/googlemaps/js-api-loader/compare [semantic versioning]: https://semver.org [similar inquiry]: https://github.com/googlemaps/js-api-loader/issues +[SLA]: https://cloud.google.com/maps-platform/terms/sla +[Technical Support Services Guidelines]: https://cloud.google.com/maps-platform/terms/tssg [Terms of Service]: https://cloud.google.com/maps-platform/terms From 90aa5467f755b0f1a962818f3081ee366015c5b2 Mon Sep 17 00:00:00 2001 From: wesley chun Date: Tue, 10 Dec 2024 00:08:08 -0800 Subject: [PATCH 3/4] fix: more README fixes from template --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2b5fc8b5..f11da8f0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![npm](https://img.shields.io/npm/v/@googlemaps/js-api-loader)](https://www.npmjs.com/package/@googlemaps/js-api-loader) +[![npm](https://img.shields.io/npm/v/@googlemaps/js-api-loader)][npm-pkg] ![Tests/Build Status](https://github.com/googlemaps/js-api-loader/workflows/Test/badge.svg) ![Release](https://github.com/googlemaps/js-api-loader/workflows/Release/badge.svg) ![Stable](https://img.shields.io/badge/stability-stable-green) @@ -17,11 +17,14 @@ Load the Google Maps JavaScript API script dynamically. This takes inspiration f ## Requirements -- An [API key][api-key] +* [Sign up with Google Maps Platform] +* A Google Maps Platform [project] with the [**Maps Javascript API**][maps-sdk] enabled +* An [API key] associated with the project above +* [@googlemaps/js-api-loader NPM package][npm-pkg] ## Installation -Available via npm as the package [@googlemaps/js-api-loader](https://www.npmjs.com/package/@googlemaps/js-api-loader). +Install the [@googlemaps/js-api-loader NPM package][npm-pkg] with: ```sh npm i @googlemaps/js-api-loader @@ -131,11 +134,10 @@ If you find a bug, or have a feature request, please [file an issue] on GitHub. You can also discuss this library on our [Discord server]. -[api-key]: https://developers.google.com/maps/documentation/android-sdk/get-api-key -[devsite-guide]: https://developers.google.com/maps/documentation/android-sdk/utility -[gmp-start]: https://console.cloud.google.com/google/maps-apis/start -[maps-sdk]: https://developers.google.com/maps/documentation/android-sdk +[API key]: https://developers.google.com/maps/documentation/javascript/get-api-key +[maps-sdk]: https://developers.google.com/maps/documentation/javascript [documentation]: https://googlemaps.github.io/js-api-loader +[npm-pkg]: https://npmjs.com/package/@googlemaps/js-api-loader [code of conduct]: CODE_OF_CONDUCT.md [contributing guide]: CONTRIBUTING.md @@ -144,8 +146,10 @@ You can also discuss this library on our [Discord server]. [Discord server]: https://discord.gg/hYsWbmk [file an issue]: https://github.com/googlemaps/js-api-loader/issues/new/choose [license]: LICENSE +[project]: https://developers.google.com/maps/documentation/javascript/cloud-setup#enabling-apis [pull request]: https://github.com/googlemaps/js-api-loader/compare [semantic versioning]: https://semver.org +[Sign up with Google Maps Platform]: https://console.cloud.google.com/google/maps-apis/start [similar inquiry]: https://github.com/googlemaps/js-api-loader/issues [SLA]: https://cloud.google.com/maps-platform/terms/sla [Technical Support Services Guidelines]: https://cloud.google.com/maps-platform/terms/tssg From 9cd995092ebae338375e6e18b2c00de182820e21 Mon Sep 17 00:00:00 2001 From: wesley chun Date: Mon, 30 Dec 2024 22:06:38 -0800 Subject: [PATCH 4/4] chore: more README fixes from template --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f11da8f0..7d82d534 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ [![npm](https://img.shields.io/npm/v/@googlemaps/js-api-loader)][npm-pkg] -![Tests/Build Status](https://github.com/googlemaps/js-api-loader/workflows/Test/badge.svg) ![Release](https://github.com/googlemaps/js-api-loader/workflows/Release/badge.svg) ![Stable](https://img.shields.io/badge/stability-stable-green) +[![Tests/Build](https://github.com/googlemaps/js-api-loader/actions/workflows/test.yml/badge.svg)](https://github.com/googlemaps/js-api-loader/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/googlemaps/js-api-loader/branch/main/graph/badge.svg)](https://codecov.io/gh/googlemaps/js-api-loader) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -![GitHub contributors](https://img.shields.io/github/contributors/googlemaps/js-api-loader?color=green) +![Contributors](https://img.shields.io/github/contributors/googlemaps/js-api-loader?color=green) +[![License](https://img.shields.io/github/license/googlemaps/js-api-loader?color=blue)][license] +[![StackOverflow](https://img.shields.io/stackexchange/stackoverflow/t/google-maps?color=orange&label=google-maps&logo=stackoverflow)](https://stackoverflow.com/questions/tagged/google-maps) [![Discord](https://img.shields.io/discord/676948200904589322?color=6A7EC2&logo=discord&logoColor=ffffff)][Discord server] -[![GitHub License](https://img.shields.io/github/license/googlemaps/js-api-loader?color=blue)](LICENSE) # Google Maps JavaScript API Loader @@ -139,7 +140,7 @@ You can also discuss this library on our [Discord server]. [documentation]: https://googlemaps.github.io/js-api-loader [npm-pkg]: https://npmjs.com/package/@googlemaps/js-api-loader -[code of conduct]: CODE_OF_CONDUCT.md +[code of conduct]: ?tab=coc-ov-file#readme [contributing guide]: CONTRIBUTING.md [Deprecation Policy]: https://cloud.google.com/maps-platform/terms [developer community channels]: https://developers.google.com/maps/developer-community