Solution for IP Address Tracker front-end challenge.
$ git clone https://github.com/aadelgrossi/ip-address-tracker
$ yarn install
Obtain a free API key from ipify's IP Geolocation API signing up here.
Rename .env.example to .env
$ mv .env.example .env
Update IPIFY_API_KEY variable with your key.
IPIFY_API_KEY=#your key goes here
$ yarn dev
You should be able to access it on http://localhost:5000
License: MIT