Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update readme header (#499)
  • Loading branch information
simison committed Aug 8, 2017
1 parent 2755522 commit e67e522
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 10 deletions.
2 changes: 1 addition & 1 deletion History.md
Expand Up @@ -422,4 +422,4 @@ Republish release for NPM. Includes fixes from 0.9.0 release:
0.1.0 / 2013-10-28
==================

* Initial Release
* Initial Release
35 changes: 26 additions & 9 deletions README.md
@@ -1,12 +1,28 @@
# Agenda
[![Build Status](https://api.travis-ci.org/agenda/agenda.svg)](http://travis-ci.org/agenda/agenda)
[![dependencies Status](https://david-dm.org/agenda/agenda/status.svg)](https://david-dm.org/agenda/agenda)
[![devDependencies Status](https://david-dm.org/agenda/agenda/dev-status.svg)](https://david-dm.org/agenda/agenda?type=dev)
[![Coverage Status](https://coveralls.io/repos/github/agenda/agenda/badge.svg?branch=master)](https://coveralls.io/github/agenda/agenda?branch=master)

Agenda is a light-weight job scheduling library for Node.js.

It offers:
<p align="center">
<img src="https://cdn.rawgit.com/agenda/agenda/agenda.svg" alt="Agenda" width="100" height="100">
</p>
<p align="center">
A light-weight job scheduling library for Node.js
</p>
<p align="center">
<a href="http://travis-ci.org/agenda/agenda">
<img src="https://api.travis-ci.org/agenda/agenda.svg" alt="Build Status">
</a>
<a href="https://david-dm.org/agenda/agenda">
<img src="https://david-dm.org/agenda/agenda/status.svg" alt="dependencies Status">
</a>
<a href="https://david-dm.org/agenda/agenda?type=dev">
<img src="https://david-dm.org/agenda/agenda/dev-status.svg" alt="devDependencies Status">
</a>
<a href="https://coveralls.io/github/agenda/agenda?branch=master">
<img src="https://coveralls.io/repos/github/agenda/agenda/badge.svg?branch=master" alt="Coverage Status">
</a>
<br>
<br>
<br>
</p>

# Agenda offers

- Minimal overhead. Agenda aims to keep its code base small.
- Mongo backed persistence layer.
Expand All @@ -24,6 +40,7 @@ Install via NPM

You will also need a working [Mongo](https://www.mongodb.com/) database (2.6+) to point it to.


# Example Usage

```js
Expand Down
30 changes: 30 additions & 0 deletions agenda.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e67e522

Please sign in to comment.