Skip to content

kallmanation/ripal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ipify clone deployed on Vercel

Using the request-ip package to actually find the IP of the request.

Live example: https://ripal.klmntn.com/

Like ipify.org, there are three APIs provided:

  1. Plaintext at /api/text
  2. JSON at /api/json
  3. JSONP (with custom defined callback) at /api/jsonp/customCallbackName

Examples

Curl:

$ curl https://ripal.klmntn.com/api/text

Wget:

$ wget -qO- https://ripal.klmntn.com/api/text

Deploy to Vercel

About

ipify.org clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published