Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-geolocation
Network utilities
https://github.com/astares/pharo-geolocation
pharo
Last synced: 6 days 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T20:57:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T06:41:52.008Z (about 2 months 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
[![Unit Tests](https://github.com/astares/Pharo-Geolocation/workflows/Unit%20Tests/badge.svg?branch=main)](https://github.com/astares/Pharo-Geolocation/actions?query=workflow%3AUnit%20Tests)
[![Coverage Status](https://codecov.io/github/astares/Pharo-Geolocation/coverage.svg?branch=main)](https://codecov.io/gh/astares/Pharo-Geolocation/branch/main)[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)# Quick Start
## Installation via Script
```Smalltalk
Metacello new
repository: 'github://astares/Pharo-Geolocation:main/src';
baseline: 'Geolocation';
load
```