Yup, the name says it all
Go to file
seafork 513ccfa4b4 Update file README.md 2023-01-08 02:07:12 +00:00
images bingus-api: Initial commit 2022-07-03 23:33:59 -04:00
README.md Update file README.md 2023-01-08 02:07:12 +00:00
go.mod bingus-api: Initial commit 2022-07-03 23:33:59 -04:00
main.go Finished implimenting base features. 2022-07-08 18:16:50 -04:00

README.md

bingus-api

A silly little program made to serve a new picture of bingus everyday.

Installation

  • Change the BaseURL constant to your hosting URL.

  • (Optional) Change photos the API serves (located in images/)

  • Run go build to get the bingus-api binary.

  • Run bingus-api

  • ??

  • Profit!

Todos

While this project is a joke, it could be made better if we read some of the variables (like BaseURL) at runtime. Feel free to make any pull requests for features. They might just get merged!