Skip to content

julienR2/clockmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clockmap

Nice looking clock displaying the hour and the map of the city of your choice

DemoInstallationContributeReferencesLicenseAuthors

Demo

Try it now ! Clockmap Demo

Clockmap demo

Installation

Configuration

default: {
  name: "Home" // display the name on top of the clock
  container: ".clockmap", // the container the clock will be add to
  location: "New York", // plein text location
  coordinates: null, // optional
  size: 100 // Dimension of your clock
}

Setting up

npm install clockmap

var myHomeClock = new ClockMap({
  location: "New York",
  container: '.myclock',
  size: 200
});

Contribute

  • Install it

$ npm i

  • Run it

$ npm run start

  • Build it

$ npm run build

  • Watch it

$ npm run watch

References

License

Distributed under the MIT license.

Authors

Julien RougeronPortoflio[email protected]

Releases

No releases published

Packages

No packages published