# Level Me Up Scotty!

**An intro to Node.js databases via a set of self-guided workshops.**

[![NPM](https://nodei.co/npm/levelmeup.png?downloads=true&stars=true)](https://nodei.co/npm/levelmeup/) [![NPM](https://nodei.co/npm-dl/levelmeup.png?months=3)](https://nodei.co/npm/levelmeup/)
[![Build Status](https://travis-ci.org/workshopper/levelmeup.svg?branch=master)](https://travis-ci.org/workshopper/levelmeup)

![Level Me Up Scotty!](https://github.com/rvagg/levelmeup/raw/master/levelmeup.png)

  1. Run `[sudo] npm install levelmeup -g`
  1. Run `levelmeup`
  1. **.. profit!**

<b><code>levelmeup</code></b> will run through a series of Node.js databases workshops. Starting with the basic operations of [LevelUP](https://github.com/Level/levelup) and moving on to more advanced exercises.

### Contributors

<b><code>levelmeup</code></b> is proudly brought to you by the following Node.js database hackers:

*&lt;Your name here&gt;*

<table><tbody>
<tr><th align="left">Rod Vagg</th><td><a href="https://github.com/rvagg">GitHub/rvagg</a></td><td><a href="http://twitter.com/rvagg">Twitter/@rvagg</a></td></tr>
<tr><th align="left">Eugene Ware</th><td><a href="https://github.com/eugeneware">GitHub/eugeneware</a></td><td><a href="http://twitter.com/eugeneware">Twitter/@eugeneware</a></td></tr>
<tr><th align="left">James Halliday</th><td><a href="https://github.com/substack">GitHub/substack</a></td><td><a href="http://twitter.com/substack">Twitter/@substack</a></td></tr>
<tr><th align="left">Jake Verbaten</th><td><a href="https://github.com/raynos">GitHub/raynos</a></td><td><a href="http://twitter.com/raynos">Twitter/@raynos</a></td></tr>
<tr><th align="left">Julian Gruber</th><td><a href="https://github.com/juliangruber">GitHub/juliangruber</a></td><td><a href="http://twitter.com/juliangruber">Twitter/@juliangruber</a></td></tr>
<tr><th align="left">Robert Kowalski</th><td><a href="https://github.com/robertkowalski">GitHub/robertkowalski</a></td><td><a href="http://twitter.com/robinson_k">Twitter/@robinson_k</a></td></tr>
<tr><th align="left">Lars-Magnus Skog</th><td><a href="https://github.com/ralphtheninja">GitHub/ralphtheninja</a></td><td></td></tr>
</tbody></table>

**levelmeup** builds on the **[workshopper](https://github.com/rvagg/workshopper)** framework which is also used by **[learnyounode](https://github.com/rvagg/learnyounode)** (Learn You Node.js For Much Win), a basic introduction to Node.js workshop application.

## License

**levelmeup** is Copyright (c) 2013-2015 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included `LICENSE.md` file for more details.

**levelmeup** builds on the excellent work by [@substack](https://github.com/substack) and [@maxogden](https://github.com/maxogden) who created **[stream-adventure](https://github.com/substack/stream-adventure)** which serves as the original foundation for **levelmeup**.
