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.
Before using this project, you need to:
- Install Java
- Download Eclipse Java EE
- Download and unzip Tomcat V9.0.4.
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".
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".
6 You need to deploy server. Select "Tomcat V9.0 Server" in the list, click next.
7 Click browse, select the Tomcat package you download. Click Finish.
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"
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.
Here is LICENSE