Socket
Socket
Sign inDemoInstall

adventure-time

Package Overview
Dependencies
186
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    adventure-time

a web UI for doing nodeschool adventures in the browser


Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

adventure-time

a web UI for doing nodeschool adventures in the browser

more instructions soon!

run the demo

  • install docker (docker for linux, boot2docker for mac/windows)
  • install and run https://github.com/mafintosh/try-dat
  • 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

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.

FAQs

Last updated on 24 Oct 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc