Skip to content

NOEL0707/location-tracker-using-IP-address

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this app in your local pc

After cloning this repository, In the project directory, you can run:

npm install

This command installs a package and any packages that it depends on. you can find more about it here:https://docs.npmjs.com/cli/v7/commands/npm-install

Getting API links working

1)Go to https://www.ipify.org/ create an account. 2)You will get a secret key put your secret key in place of env.process.REACT_APP_API_KEY on line 49 in app.js. 3)Don't forget to remove the curly brackets and the dollar symbol once you enter the secret key on line 49.Then run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

That's it you are good to go, the develepment server should be working...

About

This is a page where if you type in an IP address you can find the ISP and location of your public IP address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors