Like unsplash, but not artsy
This is an app that grabs and displays random gifs and images from bukk.it
The api is built using zeit micro and is deployed with zeit now
The frontend is built using mithril.js
-
View the app:
GET
to/
-
To get a random image url data:
GET
to/get-link
response is:
{
"url": string,
"name": string
}