https://github.com/astares/pharo-geolocation
Network utilities
https://github.com/astares/pharo-geolocation
pharo
Last synced: about 1 year ago
JSON representation
Network utilities
- Host: GitHub
- URL: https://github.com/astares/pharo-geolocation
- Owner: astares
- License: mit
- Created: 2017-05-26T22:13:48.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T20:57:30.000Z (over 3 years ago)
- Last Synced: 2025-04-05T14:43:26.880Z (about 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-Geolocation
Network utilities
[](https://github.com/astares/Pharo-Geolocation/actions?query=workflow%3AUnit%20Tests)
[](https://codecov.io/gh/astares/Pharo-Geolocation/branch/main)
[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)
# Quick Start
## Installation via Script
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Geolocation:main/src';
baseline: 'Geolocation';
load
```