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: 3 months ago
JSON representation
Level Me Up Scotty! An intro to Node.js databases via a set of self-guided workshops.
- Host: GitHub
- URL: https://github.com/workshopper/levelmeup
- Owner: workshopper
- License: other
- Created: 2013-08-24T05:11:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:48:26.000Z (over 2 years ago)
- Last Synced: 2025-03-29T04:12:06.257Z (3 months ago)
- Language: JavaScript
- Size: 707 KB
- Stars: 270
- Watchers: 17
- Forks: 62
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-workshopper - levelmeup
README
# Level Me Up Scotty!
**An intro to Node.js databases via a set of self-guided workshops.**
[](https://nodei.co/npm/levelmeup/) [](https://nodei.co/npm/levelmeup/)
[](https://travis-ci.org/workshopper/levelmeup)
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**.