Skip to content

nsev/roadinfo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A wrapper for the Finnish Transport Agency's API for real time traffic data.

Is also a demo/test-project for Kotlin.

Uses Spring Boot

Usage

Generate the needed beans from wsdl

wsimport -d wsdl-beans <url>

Generates on bootup a default password for the user "user", if no users.properties is specified.

users.properties format:

user=password,role

For example:

tom=tomspw,API_USER

Starting the server

gradle bootRun

TODO

  • gradle-task for generating beans

About

Playing around with Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages