Skip to content

Contains server-side code for the application that displays random, "endless" images. Server is responsible for aligning the images.

Notifications You must be signed in to change notification settings

dawiddzhafarov/Endless2DImageWallAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 

Repository files navigation

Endless 2D Image Wall server for university class

Put some images into 'images' directory
go build -o server main.go images.go matrix_generator.go
Available endpoints

  • /image= - returns an image basend on encoded name
  • /imagesMatrix?x=?y=?z= - returns structure consisting of image names and their location based on specified coordinates
  • /generateMatrix?z= - generates and creates a JSON file of images and their positions, based on provided scale

About

Contains server-side code for the application that displays random, "endless" images. Server is responsible for aligning the images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages