Skip to content

An Express.js API that gets the longitude and latitude for the user's IP address as well as any other entered IP address.

Notifications You must be signed in to change notification settings

autumnchris/ip-location-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Location API

An Express.js API that gets the longitude and latitude for the user's IP address as well as any other entered IP address.


Built With

Demo

View project demo at https://autumnchris-ip-location-api.onrender.com/api.

Instructions

After forking and cloning, navigate to the repository in your command line and install the NPM packages:

npm install

Run the following script in your command line if starting the repository in development mode:

npm run dev

Run the following script in your command line if starting the repository in production mode:

npm start

Once the server is running, go to http://localhost:3000 in your browser.

About

An Express.js API that gets the longitude and latitude for the user's IP address as well as any other entered IP address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published