Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nda17/ip-adress-tracker
https://github.com/nda17/ip-adress-tracker
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nda17/ip-adress-tracker
- Owner: nda17
- Created: 2023-05-02T18:57:29.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-02-22T02:49:16.000Z (9 months ago)
- Last Synced: 2024-02-22T03:27:42.873Z (9 months ago)
- Language: JavaScript
- Homepage: https://nda17.github.io/IP-Adress-tracker-app/
- Size: 1.65 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
```