Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoTron committed Nov 18, 2017
1 parent f5b40d2 commit f1ec220
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# business-hours.js

Handle business hours of a restaurant, office or any other business. Highly customizable with lots of features, based on moment.js.

[Demo](https://codesandbox.io/s/github/littletower/business-hours.js/tree/master/example)
Expand All @@ -8,6 +9,22 @@ Handle business hours of a restaurant, office or any other business. Highly cust
[![Codecov](https://img.shields.io/codecov/c/github/littletower/business-hours.js.svg?style=flat-square)]()
[![npm](https://img.shields.io/npm/v/business-hours.js.svg?style=flat-square)]()

## Features

- *** all your business hours in JSON format ***

- *** split hours (eg. restaurants, from 10:00 to 14:00 and from 18:00 to 22:00) ***

- *** timezone support ***

- *** add holidays (single day or ranges) ***

- *** based on [moment.js](https://momentjs.com/) ***

- *** lightweight less than 115kB (minified + gzipped) ***



## Installation

Add the latest version of `business-hours.js` to your package.json:
Expand Down

0 comments on commit f1ec220

Please sign in to comment.