Awesome
Node.js IP and Country Information Server
This is a simple Node.js server that retrieves the user's IP address and country information.
Client Source https://github.com/ReFo0/node-ip-country-client
Usage
- Clone this repository.
- Install the necessary dependencies using
npm install
. - Start the server with
npm start
. - Access the server at
http://localhost:3000
.
Dependencies
- Node.js
- Axios
License
This project is licensed under the MIT License. See the LICENSE file for details.