dwyl/elm-pwa-quotes

Get json quotes from dwyl

Opened this issue · 0 comments

We can get the list of quotes in a json format directly from Github at: https://github.com/dwyl/quotes/blob/master/quotes.json

This endpoint will provide the most up to date list quotes and we don't have to create our own api server to server this data.

  • Extract and convert to the quotes from json to Elm data
  • Display the Elm data quotes with simple html tag: ul/li