Skip to content

Latest commit

 

History

History
executable file
·
78 lines (52 loc) · 1.4 KB

README.md

File metadata and controls

executable file
·
78 lines (52 loc) · 1.4 KB

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]