Clone of cool wallpapers repo
Go to file
Jonah Lawrence 4c5172bbd6
Added 10 new wallpapers (#57)
2022-06-17 04:39:38 -06:00
.github ci: Add image dimension check (#51) 2022-06-01 12:58:26 -06:00
images Added 10 new wallpapers (#57) 2022-06-17 04:39:38 -06:00
.gitignore feat: Website for previewing images (#13) 2022-01-09 07:28:39 +02:00
LICENSE chore: Update LICENSE (#36) 2022-05-22 18:53:24 -06:00
Procfile feat: Website for previewing images (#13) 2022-01-09 07:28:39 +02:00
README.md Update number in readme (#48) 2022-05-30 20:49:42 -06:00
index.php fix(site): image load error handler 2022-01-18 17:58:34 -07:00

README.md

Minimalistic Wallpaper Collection

images license discord

This is my collection of minimalistic, flat art, and colorful, digital nature wallpapers.

Disclaimer: None of these wallpapers were designed by me. Most of these wallpapers were found on Reddit or the artists' DeviantArt or portfolio site.

Wallpapers

To view a gallery of all 200+ wallpapers, click here!

image

API

The website also includes a random wallpaper API, so you can request random wallpapers from the collection using a web request.

To use the API, simply make a request to:

https://minimalistic-wallpaper.herokuapp.com/?random

To get multiple random images at once, it is recommended to change the URL slightly to avoid caching. For example,

https://minimalistic-wallpaper.herokuapp.com/?random=1
https://minimalistic-wallpaper.herokuapp.com/?random=2
https://minimalistic-wallpaper.herokuapp.com/?random=3

This API can be used for setting daily wallpapers on a mobile device by combining it with an app such as IFTTT.

Contributing

All images appearing in the images directory contain the author (sometimes this is the original artist, for others, this is a Reddit user who shared the image or a website the image was found on in cases where the original artist is unknown) and the title or description of the wallpaper.

  • If the artist is not properly attributed, feel free to open an issue or pull request for renaming the files to give the author the correct attribution
  • New wallpapers may be suggested by opening a pull request, but as this is a personal wallpaper collection, it is up to my discretion whether or not the wallpaper will be accepted
  • Issues and pull requests regarding improvements to the site or API are welcome