@turbasen/server
v1.0.0
Published
API for Nasjonal Turbase
Downloads
1
Readme
Nasjonal Turbase API Server
The National Trekking Database (Nasjonal Turbase) is the Norwegian national platform to collect, manage, and distribute standardised trekking and outdoor data from all participants who facilitate outdoor recreation.
| Website | http://www.nasjonalturbase.no | | --------------- | ------------------------------------------------- | | Data liceses | http://www.nasjonalturbase.no/lisenser.html | | Attribution | http://www.nasjonalturbase.no/navngiving.html | | API docs | http://www.nasjonalturbase.no/api.html | | Technical docs | https://github.com/Turistforeningen/Turbasen/wiki |
Technology
Development
Getting started
Download Docker for Mac or Windows.
Run in this directory:
$ docker-compose up
Docker is now watching for changes and will run the test suite automatically.
Test
docker-compose run --rm node npm run test
docker-compose run --rm node npm run lint
Start
docker-compose up