roblox-outfit-finder

roblox-outfit-finder Used AI

3 devlogs
8h 37m
•  Ship certified
Created by BnaJns

A simple web app to find and display a Roblox user's saved outfits by their username.
Try it out by either inserting a username, or user id in the id:12345 format. Display names will not work.
Examples:
InceptionTime
@asimo3089
id:584197289

Timeline

Ship 1

1 payout of shell 41.0 shells

BnaJns

about 1 month ago

BnaJns Covers 3 devlogs

Finishing touches, this should hopefully be good to go now.

  • Added user ID and account age to username to username-info div
  • Added support for optionally using proxies (due to roblox's strict api ratelimits)
  • Cleaned up and enhanced the readme.md
  • deploy to nest enhancements
Update attachment

Added general enhancements to the site

  • Added a loading spinner, added button states to prevent duplicate requests.
  • Updated backend to use a better POST url instead, improved error handling.
  • Added support for id:12345 format, for choice between @username or id:12345.
  • Username normalization on backend for better caching
  • Added responsive styles for mobile
  • Added Open Graph embed and other SEO optimizations
  • Added dark/light themes
  • Added workflow to auto-deploy to Nest on commit
  • Some other small changes/fixes

Initial commits/basic site implementation

  • Basic user outfits lookup, with thumbnail/outfit name for each outfit
  • Username, display name and current avatar thumbnail display
  • Caches results for 2 minutes
  • Throttler with 4req/sec
  • Helmet middleware for security
  • Ran on express

I'll still have to work on improving ratelimit prevention as that's the biggest issue as of now.