Skip to content

Commit

Permalink
[feat] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
icfr committed Sep 22, 2016
1 parent 3365902 commit 3f73836
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[![Code Climate](https://codeclimate.com/github/icfr/laravel-node-queue/badges/gpa.svg)](https://codeclimate.com/github/icfr/laravel-node-queue)
[![Test Coverage](https://codeclimate.com/github/icfr/laravel-node-queue/badges/coverage.svg)](https://codeclimate.com/github/icfr/laravel-node-queue/coverage)
[![Issue Count](https://codeclimate.com/github/icfr/laravel-node-queue/badges/issue_count.svg)](https://codeclimate.com/github/icfr/laravel-node-queue)

# node server for Laravel queue

[![NPM](https://nodei.co/npm/laravel-queue.png)](https://nodei.co/npm/laravel-queue/)

Process job on laravel events

## Getting started
Expand Down Expand Up @@ -131,7 +135,7 @@ node is event-driven and do job when arrive so it use less cpu

#### to-do

- [ ] write test
- [x] write test
- [ ] write doc
- [ ] import from other databases (postgresql,sqlite,...)

Expand Down

0 comments on commit 3f73836

Please sign in to comment.