A jquery plugin for rendering google places data.
A Directus extension to fetch Google Places data
Fetches Google Places data during build time
React component for google autocomplete.
Google places autocomplete input for ReactJS.
React hook for Google Maps Places Autocomplete.
Customizable Google Places autocomplete component for iOS and Android React-Native apps
Places API (New) client for Node.js
A React component for Google Maps Places Autocomplete
A React hook for Google Places Autocomplete API
Vue component to Google Places Autocomplete
A customizable React Native TextInput component for Google Places Autocomplete using the Places API (New)
This module is a wrapper for Google Places Autocomplete js library.
Components using Google places
Google Places SDK for React Native
A simple way to query the Google Maps API from Node.js
React component to select geolocated suggestion from Google Maps Places API
This module is a wrapper for Google Places Autocomplete JS library
🌐 Turn any <input> into an address autocomplete.
Add google places autocomplete to your leaflet map
A React autosuggest for the Google Maps Places API.
React hooks and map context provider for Google Maps
places
A library to help you use google places autocomplete
Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive data. Secret Manager provides a central place and single source of truth to manage, access, and audit secrets across Google Cloud.
Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive data. Secret Manager provides a central place and single source of truth to manage, access, and audit secrets across Google Cloud. Note that google-cloud-secret_manager-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-secret_manager instead. See the readme for more details.
Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive data. Secret Manager provides a central place and single source of truth to manage, access, and audit secrets across Google Cloud. Note that google-cloud-secret_manager-v1beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-secret_manager instead. See the readme for more details.
Cloud Scheduler is a fully managed enterprise-grade cron job scheduler. It allows you to schedule virtually any job, including batch, big data jobs, cloud infrastructure operations, and more. You can automate everything, including retries in case of failure to reduce manual toil and intervention. Cloud Scheduler even acts as a single pane of glass, allowing you to manage all your automation tasks from one place. Note that google-cloud-scheduler-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-scheduler instead. See the readme for more details.
Cloud Scheduler is a fully managed enterprise-grade cron job scheduler. It allows you to schedule virtually any job, including batch, big data jobs, cloud infrastructure operations, and more. You can automate everything, including retries in case of failure to reduce manual toil and intervention. Cloud Scheduler even acts as a single pane of glass, allowing you to manage all your automation tasks from one place. Note that google-cloud-scheduler-v1beta1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-scheduler instead. See the readme for more details.
LazyData provides data types featuring thread-safe lazy computation. These objects are constructed with a block that can be called to compute the final value, but it is not actually called until the value is requested. Once requested, the computation takes place only once, in the first thread that requested the value. Future requests will return a cached value. Furthermore, any other threads that request the value during the initial computation will block until the first thread has completed the computation. This implementation also provides retry and expiration features. The code was extracted from the google-cloud-env gem that originally used it.