Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adicionando opção de escolher local do Trends #64

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Adicionando opção de escolher local do Trends #64

wants to merge 3 commits into from

Conversation

caufom
Copy link

@caufom caufom commented Mar 18, 2019

Adicionando a opção de seleção de localização do trends e a seleção de linguagem do Wikipedia

@caufom caufom changed the title Trend Adicionando opção de escolher local do Trends Mar 18, 2019

const parser = new Parser()
const trends = await parser.parseURL(TREND_URL)
return trends.items.map(({title}) => title)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pode utilizar essa Regex pra não ficar aqueles caracteres zuados no prompt
return title.normalize("NFD").replace(/[\u0300-\u036f]/g, "");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants