Socket
Socket
Sign inDemoInstall

metric-clock

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    metric-clock

A clock to tell time in metric(10) system


Version published
Weekly downloads
37
increased by32.14%
Maintainers
1
Install size
18.2 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 31 May 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc