# snowshoestamp

> Node.js SDK for SnowShoe Stamp

Latest version **0.1.0** (published 2013-10-18) · 0 weekly downloads

## Install

```sh
npm install snowshoestamp
pnpm add snowshoestamp
yarn add snowshoestamp
bun add snowshoestamp
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2013-10-18 |
| First published | 2013-08-20 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 0.8.x |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+6 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 10 |
| Author | Matt Null |
| Maintainers | mattnull |

## Links

- npm: https://www.npmjs.com/package/snowshoestamp
- Repository: https://github.com/mattnull/node-snowshoe-stamp
- Issues: https://github.com/mattnull/node-snowshoe-stamp/issues
- npm.io page: https://npm.io/package/snowshoestamp

## Dependencies (2)

- [express](https://npm.io/package/express.md) ~3.1.0
- [request](https://npm.io/package/request.md) ~2.21.0

## Recent versions

- 0.1.0 (latest) — 2013-10-18
- 0.0.9 — 2013-08-20
- 0.0.8 — 2013-08-20
- 0.0.7 — 2013-08-20

## README

# Node.js SDK for the SnowShoe Stamp
### http://snowshoestamp.com

<a href="https://nodei.co/npm/snowshoestamp/"><img src="https://nodei.co/npm/snowshoestamp.png?downloads=true"></a>

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

`npm install snowshoestamp`

## Example
```coffeescript
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`

---
_Source: https://npm.io/package/snowshoestamp · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
