const genAPIKey = () => { return [...Array(30)] .map((e) => ((Math.random() * 36) | 0).toString(36)) .join(''); };