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

stringify favorite_count #41

Merged
merged 5 commits into from
Sep 12, 2022
Merged

stringify favorite_count #41

merged 5 commits into from
Sep 12, 2022

Conversation

abdouhl
Copy link
Contributor

@abdouhl abdouhl commented Sep 11, 2022

add m if favorite_count>=1000000
add k if favorite_count>=10000
add , if favorite_count>=1000

ex:
24050505 => 24 m
15482 => 15 K
985 => 985
 in case of favorite_count >= 10000 and favorite_count > 1000000 add k symbol
 in case of favorite_count >= 1000 and favorite_count > 10000 add , symbol
@vercel
Copy link

vercel bot commented Sep 11, 2022

Someone is attempting to deploy a commit to a Personal Account owned by @zernonia on Vercel.

@zernonia first needs to authorize it.

@vercel
Copy link

vercel bot commented Sep 12, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
tweetic ✅ Ready (Inspect) Visit Preview Sep 12, 2022 at 1:24AM (UTC)

@zernonia zernonia merged commit 1c2473a into zernonia:master Sep 12, 2022
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.

None yet

2 participants