Skip to content

tcallsen/react-hooks-soundcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Example code showing how you can integrate the SoundCloud Widget API with a React application built with Functional Components.

All of the pertinant JavaScript logic is contained in the src/App.js file.

Running / Development

In the project directory, you can run the app in the development mode with:

npm start

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.

Blog Post

Check out this blog post for more information about how the SoundCloud/React integration was performed: https://taylor.callsen.me/integrating-react-functional-components-with-a-soundcloud-widget/.

Create React App

This project was bootstrapped with Create React App.