Owen-Mak / libnumberWebServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

introduction

This is a RESTful Web Server using Google libphonenumber library to identify phonenumbers. It's Java base project and developed by using Eclipse Java EE.

Preparation

Before using this project, you need to:

Deploying

1 Download and unzip this package.
2 Open Eclipse Java EE. Choose a workspace you like, click "launch".
3 After getting in Eclipse, select "File->Open Project From File System".
alt text 4 Click "Directory", Find the package you just download and unzip, Click "Open", then click "Finish".
5 In project explorer, right click package name "libnumber", click "Run as -> Run on server".
alt text 6 You need to deploy server. Select "Tomcat V9.0 Server" in the list, click next.
alt text 7 Click browse, select the Tomcat package you download. Click Finish.
alt text 8 The server has started. You can test in chrome browser address by typing:

http://localhost:8080/libnumber/api/phonenumbers/parse/text/Seneca%20Phone%20Number%3A%20416-491-5050" 

alt text

Issues

This application can just basically test one phone number from GET and POST. It still has a long way to be done! Click Here to see details.

License

Here is LICENSE

About

License:MIT License


Languages

Language:Java 100.0%Language:HTML 0.0%