Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 650 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 650 Bytes

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