Skip to content

A browser extension to display the currently playing track on KEXP.org

Notifications You must be signed in to change notification settings

clintmcmahon/kexp-now-playing-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KEXP Now Playing Extension

A browser extension that displays the track, artist and album from the currently playing track on 90.3 KEXP. When the user clicks on the browser extension icon a window appears to display the album artwork (if available), song, artist and album. Now playing data is pulled from the KEXP public facing API

KEXP is a listener-powered radio station out of Seattle Washington and streaming all over the world. Learn more about KEXP and it's mission at KEXP.org

Extensions

Firefox

https://addons.mozilla.org/en-US/firefox/addon/kexp-now-playing/

Chrome

https://chrome.google.com/webstore/detail/kexp-now-playing/kkfjnljpfpmkjbgnmoejneflokjfcncb?hl=en-US

Create React App

This project was bootstrapped with Create React App. See the below items to get familiar with how to run/build/test this application.

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.