Skip to content

Commit

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

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)
:bangbang: [Demo](https://codesandbox.io/s/github/littletower/business-hours.js/tree/master/example) :bangbang:


[![Travis](https://img.shields.io/travis/littletower/business-hours.js.svg?style=flat-square)]()
[![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
## Features :boom:

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

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

- *** timezone support ***
- ***timezone support***

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

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

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



Expand Down

0 comments on commit 512d2f4

Please sign in to comment.