Skip to content

petrpatek/create-uule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UULE generator

Generates the uule parameter that determines location for Google results.

Example usage

NodeJs

const createUule = require('create-uule');

const uule = createUule('Amsterdam,North Holland,Netherlands'); // Canonical name of the location

CLI

npm i create-uule -g
create-uule "Washington,District of Columbia,United States"

To get the canonical name of location see - https://developers.google.com/adwords/api/docs/appendix/geotargeting?hl=fr&csw=1 or you can find the name in the Google maps.

About

Creates Google uule parameter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published