# publicip **Repository Path**: Jifashi_619/publicip ## Basic Information - **Project Name**: publicip - **Description**: npm包 jifashi-publicip的备份地址 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-09 - **Last Updated**: 2022-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## usage find your computer's public ip ```js const publicIp = require('jifashi-publicip') async function main(){ let a = await publicIp.getIp() console.log("ip: ",a); // public ip,if error that will be "" } main() ```