Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 739 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 739 Bytes

IP Address Locator

typescript node express axios ipinfo.io yarn

This is a simple Node.js application that uses the requests library to get the IP address of a client and then uses the ipinfo.io API to get the location of the IP address.

Stack

  • Node.js
  • TypeScript
  • Open Weather API
  • IP Info API

Usage