metric-clock

2.0.0 • Public • Published

Metric-Clock

A clock to tell time in metric(10) system.
Refer to documentations for detailed instructions.

Table of Contents

Technologies

  • HTML5
  • Bootstrap v4
  • Node.js v16.13.0

Library

Documentations

1. Importing

Import the package in the file you want to use it along with all other necessary imported libraries

import clock from 'metric-clock'

2. Using

All of the functions in the package return a string value, which you can print with

export default function App() {
	return (
		<View style={styles.container}>
			<Text>{clock.now()}</Text> 	{/* used the lib here*/}
		</View>
	);
}

Contributors

@SKR301- Saurav Kumar
@Norkator- Martin Kankaanranta
@Akshayaap- Akshay Parmar

Found a bug?

  • Raise an issue

Want to Contribute!

  • Fork the repo
  • Create a Pull Request

Readme

Keywords

none

Package Sidebar

Install

npm i metric-clock

Weekly Downloads

30

Version

2.0.0

License

ISC

Unpacked Size

18.6 kB

Total Files

8

Last publish

Collaborators

  • skr301