Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stylessh/trackify
Open source IP tracker.
https://github.com/stylessh/trackify
Last synced: 23 days ago
JSON representation
Open source IP tracker.
- Host: GitHub
- URL: https://github.com/stylessh/trackify
- Owner: stylessh
- Created: 2020-10-07T16:15:58.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2020-12-10T00:12:16.000Z (about 4 years ago)
- Last Synced: 2024-11-10T18:28:10.497Z (2 months ago)
- Language: TypeScript
- Homepage: https://trackify.vercel.app
- Size: 633 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trackify
### Open source & user friendly IP tracker.
**Trackify** provides you geoinformation of any ip you want to, with a very friendly UI.
Also, is open source. You can view all the code of this projecy, and also contribute to itself.
## Usage
To use this app, you just have to visit the website *[website link]*.
Or
* Clone this repo.
* Install all the necessary packages.
* Run the app.To do all this steps, please follow the next guide.
> You've need to have installed *nodejs, git, yarn*.
#### Clone repo.
To clone a repo, put the next command.
`git clone https://github.com/stylessh/trackify.git`
This downloads for you a folder called **trackify**, this one contains the source code of the project.
#### Install packages.
Then, you need to install all required packages that app use.
First, get inside the folder.
`cd /path/to/trackify`
Now you can run the following command.
`yarn install`
> If you don't have *yarn* installed, please run the following command before.
`npm i yarn -g`
#### Running the app
All you have to do run this app is run the following command inside the folder project.
`yarn start`