Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/workshopper/levelmeup

Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.
https://github.com/workshopper/levelmeup

Last synced: 8 days ago
JSON representation

Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.

Awesome Lists containing this project

README

        

# 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!**

levelmeup 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

levelmeup is proudly brought to you by the following Node.js database hackers:

*<Your name here>*

Rod VaggGitHub/rvaggTwitter/@rvagg
Eugene WareGitHub/eugenewareTwitter/@eugeneware
James HallidayGitHub/substackTwitter/@substack
Jake VerbatenGitHub/raynosTwitter/@raynos
Julian GruberGitHub/juliangruberTwitter/@juliangruber
Robert KowalskiGitHub/robertkowalskiTwitter/@robinson_k
Lars-Magnus SkogGitHub/ralphtheninja

**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**.