Skip to content

alexnsfx/hemnet-commute-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hemnet commute time

This is a Google Chrome extension for https://www.hemnet.se. It allows to display the commute time between a place of interest and each of the Hemnet search results.

Configure your places of interest and your Google Maps API key in content.js:

{
  address: "Gamla Stan, Stockholm", // Address of the place you want to compare with
  transitMode: "transit",           // How to go there: [transit, bicycling]. Transit defaults to subway.
  transitName: "T-bana",            // Transportation name (display only)
  timeLimit: 1800                   // In seconds. Above that limit the text is red, green otherwise.
}

Get your API key on https://developers.google.com/maps/documentation/javascript/get-api-key.

Possible improvements

About

Chrome extension to display commute time on Hemnet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published