1.0.5 • Published 9 years ago

t9-rest-api v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

t9

t9 API that translates your phones t9 input to a text message.

npm install t9-rest-api

Basic usuage via express

app.js

var express = require('express'); var bodyParser = require('body-parser');

// include t9 npm here. var t9 = require('t9-rest-api');

var app = express(); app.use(bodyParser.json());

// t9 API endpoint specified here.
app.use('/api/wordCombinations', t9);

module.exports = app;

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago