This project is a web app in which the user can get IP Address locations. On reload, it returns the current user's IP and address. Precision of the information may vary according to the info by the API provider, Abstract.
When running the project it's necessary to create a new API key in the provider's link above.
- Clone the latest code on the develop branch
- Install dependencies
npm install
- Compiles and hot-reloads for development -
npm run serve