An open API service indexing awesome lists of open source software.

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ö

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
```