create programs in the browser using modules from NPM
the app itself is 100% client side (requirebin.com is hosted on github pages) but it relies on these three APIs:
both can be hosted anywhere, the instances used by requirebin.com are hosted on a linode VPS and nodejitsu, respectively.
by default config.js
is set to use http://localhost:8000
as the browserify-cdn endpoint but feel free to use http://wzrd.in
which is the one I host on a VPS (requires internet connection to use but hey)
npm install -g browserify
npm install -g browserify-cdn
browserify-cdn 8000
http://localhost:5000
config.js
to point to your endpointsnpm install
npm start
open http://localhost:5000
if you are a collaborator and want to deploy code to requirebin.com
, simply run npm run deploy
requirebin is an OPEN Open Source Project. This means that:
Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
See the CONTRIBUTING.md file for more details.
requirebin is only possible due to the excellent work of the following collaborators:
maxogden | GitHub/maxogden |
---|---|
h0ke | GitHub/h0ke |
kumavis | GitHub/kumavis |
maurizzzio | GitHub/maurizzzio |
BSD