aniftyco / kubit

Full stack web framework for Node.js
https://kubitjs.com/
MIT License
25 stars 2 forks source link

Add `Request#geo` helper #62

Open joshmanders opened 3 months ago

joshmanders commented 3 months ago

A lot of apps utilize geo data for various things, such as authentication to tell the user where that session originated from. It would be nice to utilize internally something such as maxmind database to expose a request.geo object in the request context with the parsed out geo data for that user, such as city, region, country.