Skip to content

Commit

Permalink
Add chicklets and links to README.md.
Browse files Browse the repository at this point in the history
See #236.
  • Loading branch information
flatheadmill committed Aug 26, 2020
1 parent 63daa7f commit 284370a
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
# Locket

[![Actions Status](https:/bigeasy/locket/workflows/Node%20CI/badge.svg)](https:/bigeasy/locket/actions)
[![codecov](https://codecov.io/gh/bigeasy/locket/branch/master/graph/badge.svg)](https://codecov.io/gh/bigeasy/locket)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

<sub>_Salvage Necklace 5: Inside Locket by [B Zedan](http://www.flickr.com/people/bzedan/)._</sub>

<a href="http://www.flickr.com/photos/bzedan/2611547954/" title="Salvage Necklace 5: inside locket by B_Zedan, on Flickr"><img src="http://farm4.staticflickr.com/3273/2611547954_23eff61651_o.jpg" width="722" height="481" alt="Salvage Necklace 5: inside locket"></a>

Salvage Necklace 5: Inside Locket by [B Zedan](http://www.flickr.com/people/bzedan/).

# Locket
A pure-JavaScript [leveldown](https:/Level/leveldown) implementation
backed by a persistent and durable evented I/0 b-tree for use with
[levelup](https:/Level/leveldown) &mdash; i.e. a database.

| What | Where |
| --- | --- |
| Discussion | https:/bigeasy/locket/issues/1 |
| Documentation | https://bigeasy.github.io/locket |
| Source | https:/bigeasy/locket |
| Issues | https:/bigeasy/locket/issues |
| CI | https://travis-ci.org/bigeasy/locket |
| Coverage: | https://codecov.io/gh/bigeasy/locket |
| License: | MIT |

[![Stories in Ready](https://badge.waffle.io/bigeasy/locket.png?label=ready&title=Ready)](https://waffle.io/bigeasy/locket)

A pure-JavaScript LevelDB implementation backed by a durable and persistent
evented I/0 b-tree for use with LevelUP.
```
npm install locket
```

0 comments on commit 284370a

Please sign in to comment.