0.1.0 • Published 11 years ago

snowshoestamp v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

Node.js SDK for the SnowShoe Stamp

http://snowshoestamp.com

Download

The source is available for download from GitHub. Alternatively, you can install using Node Package Manager (npm):

npm install node-snowshoe-stamp

Example

SnowShoeStamp = require 'snowshoestamp'

auth = new SnowShoeStamp('APIKEY', 'APISECRET')

# snowshoe api callback
app.all '/snowshoecallback', (req, res) ->
	auth.validateStamp req.body, (response) ->
		# do something

app.get '/stampscreen', (req, res) ->
	# redirect to stamp screen
	auth.stampScreen(req, res)

Development

Dependencies

This command needs to be ran first if CoffeeScript is not installed on your system

  • run sudo npm install -g coffee-script

Setup

Install all of the dependencies

  • run npm install

The following command will watch and compile Coffeescript

  • run cake dev
0.1.0

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago