meta-boy / radiowave

A synthwave radio with cool visuals, written in React.

Home Page:https://radiowave-420.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RadioWave

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

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

About

A synthwave radio with cool visuals, written in React.

https://radiowave-420.web.app/

License:MIT License


Languages

Language:JavaScript 72.3%Language:CSS 22.9%Language:HTML 4.8%