Skip to content
/ n2w Public

Number to word (n2w) Progressive Web Application PoC

License

Notifications You must be signed in to change notification settings

lucab85/n2w

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Number to word (n2w)

n2w logo

A simple "number to word" service composed by a backend API service (python Flask powered) and a frontend PWA (Progressive Web Application).

frontend PWA

Host static assets wherever you want and edit appropriately the website URL (https://number2word.appspot.com) in source code.

backend API service

Deploy

In api subdirectory:

  • pip install -r requirements.txt -t lib
  • gcloud app deploy

Usage

Request (HTTP): GET /n2w/api/v1.0/get/NUMBER/LANGUAGE

  • NUMBER (mandatory) integer number (eg. 42)
  • LANGUAGE (optional) two letter language code (eg. it) - Default: en

Response (JSON):

{
'number': 42,
'text': quarantadue,
'lang': it,
'created': 2017-11-07T01:00:00Z,
}

About

Number to word (n2w) Progressive Web Application PoC

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published