Skip to content

Estonian Open Data Portal - A lightweight, backend-free open data portal, powered by JKAN

License

Notifications You must be signed in to change notification settings

moll/jkan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom notes

Installation

bundle install
npm install # Optional, for JS

Local development

bundle exec jekyll serve --incremental --watch

Building

npx parcel build scripts/src/index.js --out-file scripts/dist --no-source-maps # Optional, for JS
bundle exec jekyll build
# Built site is available at _site

Custom Scripts

checkUpdates.py (update last_modified information for datasets)

cd ./_datasets
ls *.md | python3 ../checkUpdates.py

validateURLs.py (check resource http response)

cd ./_datasets
ls *.md | python3 ../validateURLs.py  ../validated.json

A more thorough README in both Estonian and English language is in progress.

About

Estonian Open Data Portal - A lightweight, backend-free open data portal, powered by JKAN

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • HTML 69.5%
  • JavaScript 23.3%
  • Python 4.1%
  • Ruby 1.5%
  • CSS 1.5%
  • Shell 0.1%