Skip to content

temetramdm/vroomapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VROOM Web API

A simple Spring Boot Java app which returns JSON generated by VROOM.

Instructions

Edit vroom.binlocation in application.properties (src/main/resources) to point to the location of your VROOM executable.

Build the JAR file by running mvn clean package in the project directory.

Run the app using: java -jar vroomapi-1.2.jar > /dev/null 2>&1 &

The app will log to vroom.log in the same directory as the JAR, assuming correct file permissions on the parent folder.

About

Web-based API wrapper for VROOM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages