Skip to content

Commit

Permalink
Add image to README
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Sep 21, 2018
1 parent 819a452 commit 8d7f2ee
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -2,7 +2,13 @@

This is an example application that shows how to visualise audio from the microphone using the Web Audio API in React.

## Running the app
![](https://s3.amazonaws.com/com.twilio.prod.twilio-docs/images/f45ncza6SRuSXhp7iE4XODmWWhy1_uqWUTbJy9Mg1uB8Eo.width-500.png)

## How to build the app

If you're interested in how to build a visualiser like this in React, check out the blog post: [Audio visualisation with the Web Audio API and React](https://www.twilio.com/blog/audio-visualisation-web-audio-api--react)

## How to run the app

You need Node.js installed to run the application.

Expand All @@ -21,7 +27,3 @@ npm start
```

And open the browser to [http://localhost:3000/](localhost:3000).

## How to build it

If you're interested in how to build a visualiser like this in React, check out the blog post: [Audio visualisation with the Web Audio API and React](https://www.twilio.com/blog/audio-visualisation-web-audio-api--react)

0 comments on commit 8d7f2ee

Please sign in to comment.