metric-clock
v2.0.0
Published
A clock to tell time in metric(10) system
Downloads
1
Readme
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
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