Hyper Lemur Radio

A screenshot of Hyper Lemur Radio

GitHub Repo

Live version

A small web player for live channels from Radio Sweden built with React. Using createContext() to send the picked channel from the list to the player.

<MediaPlayerContext.Provider
  value={{
    channelList,
    setChannelList,
    pickedchannel,
    setPickedchannel,
    }}
    >
  {children}
</MediaPlayerContext.Provider>

This made sending the picked channel to the player easy. The player itself is a standard <audio> tag and the channel image.

© 2022