/radiowave

A synthwave radio with cool visuals, written in React.

Primary LanguageJavaScriptMIT LicenseMIT

RadioWave

A minimal synthwave radio app with visuals from the Giphy API, made in React.

RadioWave Cli

Running the app

Add your GiphyAPI key in App.js

let response = await fetch(`https://api.giphy.com/v1/gifs/search?api_key=${config.API_KEY}&q=synthwave&limit=50&offset=0&rating=G&lang=en`)

Then do

yarn install
yarn start

Screenshots