All Projects → benfiratkaya → nextjs-whois

benfiratkaya / nextjs-whois

Licence: MIT License
WHOIS query with Next.js

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to nextjs-whois

Php Whois
PHP WHOIS provides parsed and raw whois lookup of domains and ASN routes. PHP 5.4+ and 7+ compatible
Stars: ✭ 179 (+562.96%)
Mutual labels:  whois
vue-skeleton-loader
A simple and easily customizable skeleton loader plugin for you Vue application.
Stars: ✭ 74 (+174.07%)
Mutual labels:  skeleton-loading
whois-rust
This is a WHOIS client library for Rust, inspired by https://github.com/hjr265/node-whois
Stars: ✭ 17 (-37.04%)
Mutual labels:  whois
Whois
Intelligent WHOIS client
Stars: ✭ 244 (+803.7%)
Mutual labels:  whois
domnibus
Access domain information via python and command line.
Stars: ✭ 16 (-40.74%)
Mutual labels:  whois
Malicious Domain Whois
🔰 非法域名挖掘与画像系统
Stars: ✭ 69 (+155.56%)
Mutual labels:  whois
Whois
Go(Golang) module for domain and ip whois information query.
Stars: ✭ 153 (+466.67%)
Mutual labels:  whois
icinga-domain-expiration-plugin
Icinga2/Nagios plugin for checking domain expiration
Stars: ✭ 24 (-11.11%)
Mutual labels:  whois
domain-monitor
Self-hosted server to monitor WHOIS records for specified domains.
Stars: ✭ 36 (+33.33%)
Mutual labels:  whois
Pois
Whois lookup behind proxy using Python
Stars: ✭ 41 (+51.85%)
Mutual labels:  whois
osint
Docker image for osint
Stars: ✭ 92 (+240.74%)
Mutual labels:  whois
available
Domain availability checking for Golang
Stars: ✭ 30 (+11.11%)
Mutual labels:  whois
WHOis
Whois Online Domain Database for check domains are reserved or not as parallel
Stars: ✭ 18 (-33.33%)
Mutual labels:  whois
Mylg
Network Diagnostic Tool
Stars: ✭ 2,538 (+9300%)
Mutual labels:  whois
E4GL30S1NT
E4GL30S1NT - Simple Information Gathering Tool
Stars: ✭ 139 (+414.81%)
Mutual labels:  whois
Ip Attack
Auto IP or Domain Attack Tool ( #1 )
Stars: ✭ 162 (+500%)
Mutual labels:  whois
WhoEnum
Mass querying whois records
Stars: ✭ 24 (-11.11%)
Mutual labels:  whois
Skeleton-Bones
Library for dynamically generating skeleton loader drawables for Layouts and Views
Stars: ✭ 78 (+188.89%)
Mutual labels:  skeleton-loading
asyncwhois
asyncio-compatible Python module for retrieving and parsing WHOIS information for any domain.
Stars: ✭ 26 (-3.7%)
Mutual labels:  whois
convey
CSV processing and web related data types mutual conversion
Stars: ✭ 16 (-40.74%)
Mutual labels:  whois

Getting Started

WHOIS search with Next.js

Install:

npm install
# or
yarn install

Run the development server:

npm run dev
# or
yarn dev

Run the production server:

1. Build

npm run build
# or
yarn build

2. Start

npm run start
# or
yarn start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].