Skip to content

ciriusrob/overwatch-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a Java REST service that consumes the unofficial Overwatch API and provides the data via it’s own REST API.

Getting Started

  • Clone the project
  • CD into the project directory
  • cd overwatch-api
  • Run the below command to install the dependencies and package a jar
  • ./mvnw clean install package
  • Start the application be running the below command
  • java -jar target/overwatch-api-0.0.1-SNAPSHOT.jar
  • Visit http://localhost:9000/swagger-ui.html to access swagger documentation and testing.
  • To terminate the application hold down the control key and press c Ctrl+c

About

Unofficial Overwatch API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages