New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

wham

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wham

whimsical web framework

latest
npmnpm
Version
0.2.4
Version published
Weekly downloads
3
-70%
Maintainers
1
Weekly downloads
 
Created
Source

wham

whimsical web framework

this is a work in progress. life a the bleeding edge! i sure hope you know what you're doing....

Stability

Experimental: Expect the unexpected. Please provide feedback on api and your use-case.

a peek at what your life could be like:

var wham = require('wham')('demo')

var shows = require('./core/shows')

wham('showsList', '/shows')
  .get(shows.list, 'req.query.skip', 'req.query.limit', 'req.user')

wham('upcomingShows', '/shows/upcoming')
  .get(shows.listFuture, 'req.query.skip', 'req.query.limit', 'req.user')

wham('upvote', '/shows/:id/upvote')
  .put({auth: true},
    shows.upvoteShow, 'req.params.id', 'req.user')

wham('downvote', '/shows/:id/downvote')
  .put({auth: true},
    shows.upvoteShow, 'req.params.id', 'req.user')

wham.bam(2323)

author

jden jason@denizac.org

license

MIT. (c) 2013 jden jason@denizac.org. See LICENSE.md

FAQs

Package last updated on 02 Jan 2014

Did you know?

Socket

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