unocha / ocha_key_figures
UNOCHA Key Figures
Installs: 2 382
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- symfony/intl: ^6.2
- dev-main
- 2.1.10
- 2.1.9
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- dev-ocha-presence-current
- dev-use-figureid
- dev-UNO-708
- dev-add-tests
- dev-theme-suggestions
- dev-OHA-58
- dev-currency-symbol-fix
- dev-refactor-and-new-formatter
- dev-OHA-55
- dev-fix-typo-1
- dev-oha-42-remove-dependencies
- dev-OHA-42
- dev-add-event
This package is auto-updated.
Last update: 2024-11-15 17:48:39 UTC
README
This module allows you to easily display key figures from the OCHA Key Figures API
You will need an API key to able to use this module and add the following config to settings.local.php
$config['ocha_key_figures.settings']['ocha_api_url'] = 'https://keyfigures.api.unocha.org/api/v1'; $config['ocha_key_figures.settings']['ocha_api_key'] = 'YOUR-API-KEY'; $config['ocha_key_figures.settings']['ocha_app_name'] = 'YOUR-APP-NAME'; $config['ocha_key_figures.settings']['max_age'] = 60;