Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasianov-mikhail/scout-ip
Example project for the Scout package
https://github.com/kasianov-mikhail/scout-ip
app-store example-app scout scout-package swift-log swift-metrics swiftui
Last synced: about 2 months ago
JSON representation
Example project for the Scout package
- Host: GitHub
- URL: https://github.com/kasianov-mikhail/scout-ip
- Owner: kasianov-mikhail
- License: mit
- Created: 2024-11-12T20:42:08.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:42:24.000Z (about 2 months ago)
- Last Synced: 2024-11-29T17:33:54.337Z (about 2 months ago)
- Topics: app-store, example-app, scout, scout-package, swift-log, swift-metrics, swiftui
- Language: Swift
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scout IP
Welcome to the Scout IP project! This README will help you understand what this project is about and how to get started.
## Table of Contents
- [Introduction](#introduction)
- [Setup Instructions](#setup-instructions)
- [App Store](#app-store)
- [License](#license)## Introduction
Scout IP is a project designed to demonstrate the usage of [Scout](https://github.com/kasianov-mikhail/scout) package. It aims to provide examples and best practices for integrating [Scout](https://github.com/kasianov-mikhail/scout) into your own projects.
## Setup Instructions
To install Scout IP, follow these steps:
1. Clone the repository:
```sh
git clone https://github.com/kasianov-mikhail/scout-ip.git
```
2. Navigate to the project directory:
```sh
cd scout-ip
```
3. Create a Secrets file and open it:
```sh
touch Secrets.json & open Secrets.json
```
4. Add to the file:
```json
{
"IPINFO_KEY": "YOUR_IPINFO_KEY"
}
```
5. Replace `YOUR_IPINFO_KEY` with the token found in the [account section](https://ipinfo.io/account/token) of the [IPinfo website](https://ipinfo.io) after signing in.## App Store
You can download the Scout IP app from the App Store [here](https://apps.apple.com/us/app/scout-ip/id6738300344).
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.