2.0.0 • Published 2 years ago

metric-clock v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
2.0.0

2 years ago

1.3.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago