https://github.com/nda17/ip-adress-tracker
https://github.com/nda17/ip-adress-tracker
javascript leaflet webpack
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nda17/ip-adress-tracker
- Owner: nda17
- Created: 2023-05-02T18:57:29.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-14T13:09:57.000Z (over 1 year ago)
- Last Synced: 2025-01-09T10:24:45.292Z (over 1 year ago)
- Topics: javascript, leaflet, webpack
- Language: JavaScript
- Homepage: https://nda17.github.io/IP-Adress-tracker/
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# «IP-Adress tracker App»
## Application functionality:
- Requesting the user's IP address and determining the geolocation of the device and information about the provider
- Determination of the geolocation of the entered IP address and information about the provider
## Used:
- JavaScript
- HTML
- SASS
- Webpack
## Deployed:
[Watch here](https://nda17.github.io/IP-Adress-tracker-app/)
## Project setup:
```
yarn
- or
npm install
```
## Starting the development server:
```
yarn run start
- or
npm run start
```
## Building a project without optimization:
```
yarn run build-dev
- or
npm run build-dev
```
## Building a project with optimization:
```
yarn run build-prod
- or
npm run build-prod
```
## Cleaning up the dist folder:
```
yarn run clear
- or
npm run clear
```