Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxogden/adventure-time
a web based environment for doing nodeschool adventures
https://github.com/maxogden/adventure-time
Last synced: 2 days ago
JSON representation
a web based environment for doing nodeschool adventures
- Host: GitHub
- URL: https://github.com/maxogden/adventure-time
- Owner: max-mapper
- Created: 2014-10-19T02:54:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T22:11:24.000Z (about 7 years ago)
- Last Synced: 2024-05-01T19:29:22.590Z (6 months ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 97
- Watchers: 10
- Forks: 16
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-starred - maxogden/adventure-time - a web based environment for doing nodeschool adventures (others)
README
# adventure-time
a web UI for doing nodeschool adventures in the browser
## examples
here are some projects based on this
- https://github.com/maxogden/get-dat
- https://github.com/cdaringe/try-npm-guide![screenshot](screenshot.png)
### run the demo
- install docker (docker for linux, boot2docker for mac/windows)
- install and run https://github.com/mafintosh/docker-browser-server
- install and run https://github.com/maxogden/adventure-time (the demo uses get-dat content but you can swap in your own)### example
use with browserify
```JS
var adventureTime = require('adventure-time')adventureTime({
guide: "http://maxogden.github.io/get-dat/guide",
server: "try-dat.com",
id: Math.random().toString(36).slice(2)
})
```see `demo.js`, `demo-terminal.js`, `index.html` and `terminal.html` for more details.