Skip to content

zph/go-whois

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Whois Service API

## Visit

http://localhost:3000/whois/[DOMAIN TO QUERY INFO]

You may also visit
http://localhost:3000/whois/upload/csv
to upload a csv file with all the domains you wish to use.

## Storage
When provided with a valid domain name, go-whois will query the local sqlite db for that domain.
If data is found, then go-whois will return that data. If the domain is not present in the database,
then go-whois will execute a fresh whois query and store the results in the db.

## TODO

Use whois.c (from debian repos) instead of shelling out

## LICENSE

MIT by Zander Hill and Joe Dursun

## Contributing

PRs welcome, branch, commit, submit :)

About

A little whois scraper service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published