lionleaf / dwitter

Social network for short js demos
https://www.dwitter.net
Apache License 2.0
763 stars 69 forks source link

New API endpoint for user stats #533

Closed rep-movsd closed 2 years ago

rep-movsd commented 2 years ago

Implement an endpoint /stats?username=foo that returns total dweet count and total awesome count for that user

rep-movsd commented 2 years ago

Changes applied as requested

lionleaf commented 2 years ago

You're failing the lint check (run make lint locally, or check thee Travis build directly: https://app.travis-ci.com/github/lionleaf/dwitter/builds/242320839#L329 )

Ready to merge merge and deploy once lint and tests are passing.