Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

maghrabihos-web/APIproxy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An API proxy to validate phone number using https://numverify.com/ API

Getting Started

  1. Clone this repository.
  2. Run npm install to install all dependencies.
  3. Set the Access-Control-Allow-Origin header to the name of the domain you will be querying the proxy server from by editing line 15 of server.js:
app.use(cors({ origin: "http://yourdomain.com" }));
  1. Rename the ENVFile.txt to .env file
  2. Start the server by running npm start
  3. Open this link using (ctrl + click) http://localhost:3400/
  4. You can access the web service from this URL => https://apiproxy-6lkv.onrender.com

About

An API proxy to validate phone number using https://numverify.com/ API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.