Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/continent-code
PHP 7.4 continent code model.
https://github.com/inwebo/continent-code
continent continent-code model php7
Last synced: about 2 months ago
JSON representation
PHP 7.4 continent code model.
- Host: GitHub
- URL: https://github.com/inwebo/continent-code
- Owner: inwebo
- License: gpl-3.0
- Created: 2019-10-03T16:42:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T13:52:04.000Z (about 4 years ago)
- Last Synced: 2024-05-17T11:21:12.124Z (8 months ago)
- Topics: continent, continent-code, model, php7
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# continent-code
PHP 7.4 continent code model.## Install
### Composer
```bash
composer require inwebo/continent-code
```### Git
```bash
git clone https://github.com/inwebo/continent-code.git
```## Get data
```bash
# Get a list of dataset's resources
curl -L -s https://datahub.io/core/continent-codes/datapackage.json | grep path# Get resources
curl -L https://datahub.io/core/continent-codes/r/0.csv
curl -L https://datahub.io/core/continent-codes/r/1.zip
```See [datahub.io](https://datahub.io/core/continent-codes) and the [license](https://datahub.io/core/continent-codes#license).