MCPcopy Create free account
hub / github.com/BrasilAPI/BrasilAPI / getRandomUserAgent

Function getRandomUserAgent

lib/fetchGeocoordinateFromBrazilLocation.js:18–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18function getRandomUserAgent() {
19 const number = Math.floor(Math.random() * 10);
20 return `brasil-api-cep-v2-${number}`;
21}
22
23async function fetchGeocoordinateFromBrazilLocation({
24 state,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected