wataim
v1.0.2
Published
A simple util to show the time
Downloads
3
Readme
Product Name
A simply util to show the current time in your local zone
This packages takes your local time machine and show you a message with the time Example: Son las 8 de la mañana
Installation
OS X & Linux:
npm install wataim --save
Usage example
const { wataim } = require("wataim")
console.log(wataim())
Release History
- 1.0.2
- CHANGE: Bugs fixed
- 1.0.1
- CHANGE: Bugs fixed
- 1.0.0
- CHANGE: Initial Version
Meta
Miguel de la Rosa – @devacran
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/devacran/wataim
Contributing
- Fork it (https://github.com/yourname/yourproject/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request