Filter out the top live streams on Twitch
Learn more about Twitch API here
This is a demo app built using phoenix_live_view library.
Just clone the repo and run
mix deps.get && mix deps.compile && cd assets && npm i
Run
mix phx.server
And visit here.
Or check the live version in here
- Improve the styling
- Add a pagination selector (right now it uses 100 as default)