jakescript / wikipediaBlues

Turn Wikipedia pages into a song

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wikipedia Blues

A google chrome extension aimed to bring joy to boring wikipedia pages. Transform the emotional value of the content into a quick tune. (working on adding to the chrome store)

About the project

Extract the current pages content and send it to the IBM Watson Tone Analyzer for emotional analysis. Depending on the values return for each sentence create a note with a corresponding frequency and wavelength. Using the Web Audio API - generate a song with each note and play it through the browser.

Local Installation

git clone https://github.com/jakescript/wikipediaBlues
cd wikipediaBlues
npm i
npm run build

this will create a dist folder containing the webpacked version of the extension from here navigate to your extensions enable developer mode Click Load unpacked and navigate to the /dist folder

Enjoy the extension on any of your favorite wikipedia pages here are some I enjoy: The Grand Budapest Hotel TMNT Milky Way Galaxy Scooby Doo

Usage

Navigate to a wikipedia page Wait until the extension turns green Click and enjoy a generated song based on that page :)

About

Turn Wikipedia pages into a song


Languages

Language:JavaScript 100.0%