shubhamjain / unix-timestamp-builder

Small web app to parse and create Unix timestamps in different Timezones.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unix Timestamp Builder

This is a small webapp to create and parse Unix timestamps in different timezones. Compared to the other similar things on Google's first page results, this is much simpler to use and fits the purpose better.

Demo

A demo of the application is available here.

Build

To build on your computer —

  • Install Node packages with npm install.
  • Install Grunt task runner with npm install -g grunt.
  • Run grunt watch to monitor files and trigger the build process when something is changed.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Small web app to parse and create Unix timestamps in different Timezones.

License:MIT License


Languages

Language:CSS 60.8%Language:JavaScript 24.7%Language:HTML 14.6%