gridsome-source-gmaps-geocode
Advanced tools
{ | ||
"name": "gridsome-source-gmaps-geocode", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Geocode data from your Gridsome sources using the Google Maps Geocoding API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,1 +0,25 @@ | ||
# gridsome-source-gmaps-geocode | ||
# gridsome-source-gmaps-geocode | ||
```js | ||
module.exports = { | ||
... | ||
plugins: [ | ||
{ | ||
use: '@gridsome/source-filesystem', | ||
options: { | ||
path: '_content/**/*.md', | ||
typeName: 'Office' | ||
} | ||
}, | ||
{ | ||
use: 'gridsome-source-gmaps-geocode', | ||
options: { | ||
apiKey: 'your-gmaps-geocode-api-key-here', | ||
sourceTypeName: 'Office', | ||
sourceTypeField: 'address' | ||
} | ||
}, | ||
] | ||
} | ||
``` |
2198
22.18%25
2400%