Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Assent | 291 | 2 | 3 | 8 days ago | 30 | March 01, 2022 | 4 | mit | Elixir | |
Multi-provider framework in Elixir | ||||||||||
Google Drive Ftp Adapter | 271 | 3 years ago | 18 | lgpl-3.0 | Java | |||||
Google Drive FTP Adapter to connect to google drive through the FTP protocol | ||||||||||
Flysystem Google Drive | 228 | 59 | 16 | 3 years ago | 18 | July 30, 2020 | 24 | mit | PHP | |
Flysystem adapter for Google Drive | ||||||||||
Googleads Mobile Android Mediation | 223 | a day ago | 70 | apache-2.0 | Java | |||||
Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK. | ||||||||||
Protobuf Adapter | 186 | 6 years ago | May 24, 2021 | apache-2.0 | Go | |||||
Google Protocol Buffers adapter for Casbin | ||||||||||
Flysystem Google Drive Ext | 144 | 1 | 2 | 6 months ago | 24 | June 24, 2022 | other | PHP | ||
Flysystem adapter for Google Drive with seamless virtual<=>display path translation | ||||||||||
Drive Appdatapreferences Android | 143 | 10 years ago | 7 | apache-2.0 | Java | |||||
Syncs your Android application's preferences to Google Drive's appdata folder. | ||||||||||
Googletestadapter | 140 | 12 | 2 months ago | 28 | February 29, 2020 | 24 | other | C# | ||
Visual studio extension that adds support for the C++ testing framework Google Test. | ||||||||||
Recyclerview Demo | 57 | 8 years ago | 2 | Java | ||||||
Iobroker.google Sharedlocations | 56 | 2 years ago | 6 | September 19, 2018 | 8 | mit | JavaScript | |||
An ioBroker-adapter for retrieving shared locations from Google |
Generic Geolocation Provider for google-maps supplied by Spool-Generics.
Looking for Generics?
$ npm install --save @fabrix/generics-google-maps
// config/generics.ts
import { GoogleMapsGeneric } from '@fabrix/generics-google-maps'
export const generics = {
// make the key googleMaps, alternatively make the key geolocation_provider to be the default geolocation provider
googleMaps: {
adapter: GoogleMapsGeneric,
config: {
key: '<your api key>'
}
}
}