RandomAPI / Randomuser.me-Node

Source code that powers randomuser.me
https://randomuser.me
MIT License
1.34k stars 268 forks source link

Allow setting http port via env var #222

Open 10xLaCroixDrinker opened 7 months ago

10xLaCroixDrinker commented 7 months ago

This allows you to set the http port for the server via the HTTP_PORT env var. It makes it easier to run locally without colliding ports with other projects and not requiring any source changes.