An intro to Node.js databases via a set of self-guided workshops.
- Run
[sudo] npm install levelmeup -g
- Run
levelmeup
- .. profit!
levelmeup
will run through a series of Node.js databases workshops. Starting with the basic operations of LevelUP and moving on to more advanced exercises.
levelmeup
is proudly brought to you by the following Node.js database hackers:
<Your name here>
Rod Vagg | GitHub/rvagg | Twitter/@rvagg |
---|---|---|
Eugene Ware | GitHub/eugeneware | Twitter/@eugeneware |
James Halliday | GitHub/substack | Twitter/@substack |
Jake Verbaten | GitHub/raynos | Twitter/@raynos |
Julian Gruber | GitHub/juliangruber | Twitter/@juliangruber |
Robert Kowalski | GitHub/robertkowalski | Twitter/@robinson_k |
Lars-Magnus Skog | GitHub/ralphtheninja |
levelmeup builds on the workshopper framework which is also used by learnyounode (Learn You Node.js For Much Win), a basic introduction to Node.js workshop application.
levelmeup is Copyright (c) 2013-2015 Rod Vagg @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 and @maxogden who created stream-adventure which serves as the original foundation for levelmeup.