ducaale / t9-server

Express.js api that implements T9 algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T9-server

This is an Express.js api that implements T9 algorithm.

Requirements

  • Nodejs v10 or greater

Installing

  1. Clone the project
  2. Navigate to the root directory of the project
  3. Run npm install

Running

Run npm start. the server will start at port 3001

Using

curl 'http://localhost:3001/?input='

where input value is a sequence of numbers in the range of 2-9. the server will respond with a list of words that correspond to T9 output.

About

Express.js api that implements T9 algorithm


Languages

Language:JavaScript 100.0%