https://github.com/datopian/portal-malmo
PortalJS frontend for City of Malmö
https://github.com/datopian/portal-malmo
ckan dataset open-data socrata
Last synced: 14 days ago
JSON representation
PortalJS frontend for City of Malmö
- Host: GitHub
- URL: https://github.com/datopian/portal-malmo
- Owner: datopian
- Created: 2025-12-11T05:46:12.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-01-20T20:30:57.000Z (22 days ago)
- Last Synced: 2026-01-21T05:33:59.769Z (22 days ago)
- Topics: ckan, dataset, open-data, socrata
- Language: TypeScript
- Homepage: https://opendata.malmo.se
- Size: 471 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# City-of-Malmo-Open-Data-Portal
## env variables
```bash
NEXT_PUBLIC_DMS=https://ckan.city-of-malmo.datopian.com
ISR_REVALIDATE=300
NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXT_PUBLIC_I18N_DEFAULT_LOCALE="sv"
NEXT_PUBLIC_I18N_SUPPORTED_LOCALES="sv,en"
NEXT_PUBLIC_MATOMO_URL=//localhost:8080
NEXT_PUBLIC_MATOMO_SITE_ID=1
```