Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 492 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 492 Bytes

bukkeru

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

Routes

  • View the app: GET to /

  • To get a random image url data: GET to /get-link

response is:

{
  "url": string,
  "name": string
}