Skip to content

maghrabihos-web/APIproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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