WebsiteFrontPageAlbum
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://edgeeffect--17bda8fe279711f09d52569c3dd06744.web.val.run
To easily let browser JavaScript use albums from imgbb.com
you can call the URL of this Val with the parameter album
holding the album ID string.
https://edgeeffect-websitefrontpagealbum.web.val.run?album=XXXXXX
It will reduce it down to a JSON object containing a list of the images in that album in the format:
[ {"url": "...", "title": "..."}, ... ]
If there are any errors, it'll just return an empty JSON array.