Skip to content

larsensolutions/turplan-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turplan.no Data API

Codacy Badge Codacy Badge

Purpose of the API

UT.no provides a great service to search for possible hikes in Norway. However, it only provides an overview over the hikes, and it is not possible to plan a hike in details using the app (in a convenient way, anyways). This could be especially useful for multi day hikes.

UT.no uses the nasjonalturbase.no API to store data, which is public and open. Because of this, it is possible to extend UT.no functionality and create a planning tool that can use the hike data already available.

This API should first enable the possiblity to create hike plans. Basically, a plan would give oppertunity to split the hike route into legs (parts) and attach more data like stops along the way, interesting sights etc.

Getting started

Download Docker for Mac or Windows.

Run locally

$ docker-compose up

Run tests

docker-compose run api npm run test

Run coverage

docker-compose run api npm run cover

Maintainers

@erik

Contribute

Feel free to dive in! Open an issue or submit PRs.

Releases

No releases published

Packages

No packages published