GithubHelp home page GithubHelp logo

prathamagarwal296 / walk-and-listen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from itspedruu/walk-and-listen

0.0 0.0 0.0 46 KB

Walk around your favourite cities while listening to local radios. Inspired by Drive & Listen.

CSS 23.62% HTML 29.11% JavaScript 47.28%

walk-and-listen's Introduction

Walk & Listen

This is an website app inspired by Drive and Listen. This is completely open-source and the only third-party service it uses is the iFrame API by Google to control the videos on the background. Please enjoy the app here.

Setup

  1. Clone this project
  2. Open the index.html
  3. Great. You have your own Walk and Listen running locally.

If you need to add more locations locally go to the file js/locations.js and increment there with all the respective properties: id, name, videoId and radio.

Magic behind this

To begin with, a huge thank you to (...) for providing high quality walking tours on cities from all around the globe. This is where the videos where scrapped from and implemented on the website.

How did I get the radio urls?

Simply by looking at the source code of a great website, radiowebsites.org, which provides a lot of radios from around the world and at their page source code they call this api where they get the source url of the radios.

How did I cancel the play/pause button of youtube?

I just add a simple line of css code to the iframe player

.player {
	pointer-events: none;
}

How did I remove the youtube information such as youtube channel title and etc

Just adding a height of 120% and removing the overflow of the page will remove the top and bottom youtube extra controllers.

  • You can see more of the magic by looking at the source code.

walk-and-listen's People

Contributors

itspedruu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.