n1k0 / myshows

A simple Elm app to list and rate your favorite TV shows.
https://n1k0.github.io/myshows/
5 stars 0 forks source link

TV Shows Lookup #3

Open n1k0 opened 7 years ago

n1k0 commented 7 years ago

Integration with the public TVMaze API.

n1k0 commented 7 years ago

Grmbl gh-pages are served in HTTPS but the TvMaze API is served over HTTP only. I could use a proxy like crossorigin.me but a bug currently prevents it to handle query strings properly (https://github.com/technoboy10/crossorigin.me/issues/76, suggested patch in https://github.com/technoboy10/crossorigin.me/pull/77)