[!IMPORTANT] Please read the below pointers before proceeding with contributions.
🔹Contributed wallpapers should not be from any copyright sources.
🔹Try not to spam the pull request, instead dump all your collection at once or squash the commits
🔹Submission of images with obscenity, political or controversial content will be banished immediately.
wallpapers
folder (Make sure not to have duplicate naming)mobile/thumbnail/
directory, landscape images (for desktop) needs to be added inside desktop/thumbnail
wallstreet_walls.json
,
Here’s the JSON Schema to follow
{ "category": "#categoryName", "imageUrl": "https://raw.githubusercontent.com/StarkDroid/WallStreet-API/main/wallpapers/your_wallpaper_name.png", "thumbnailUrl": "<base_url>/desktop (or) mobile/thumbnail/<file_name>.png" }
[!IMPORTANT] The App is capable of handing formats like
JPG
,PNG
andPNG
[!NOTE] The wallpapers added here are all sourced from various external sources, I do not claim any of the images posted here Neither do I ever plan to profit out of it, hence its all open source and the app is free
git add . && git commit -m "Add your desired commit message" && git push origin gh-pages
.WallStreet-API
repository.