Skip to content
/ nip Public
forked from no-waves/nip

Get your public IP address with nim

License

Notifications You must be signed in to change notification settings

dbarbuzzi/nip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nim IP

A very simple cross-platform package to get your public IP address.

Install and use as nim package

nimble install https://github.com/no-waves/nip

import nip
var ip = nip()

Install as standalone program

clone the repo: git clone https://github.com/no-waves/nip

compile with nim: nim c -d:ssl -d:release nip.nim

To run

cd nip && ./nip

or move/add to your path and run nip

Binaries

I'll add some release binaries shortly

About

Get your public IP address with nim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nim 100.0%