npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hostinger

v1.0.6

Published

A tool for searching domain names on hostinger websites via CLI

Downloads

34

Readme

Hostinger Domain Searcher

Installation

Install Globally

  • With Npm

    npm i -g hostinger
  • With Yarn

    yarn global add hostinger

Usage

$ hostinger  google.com  iana  price-low-35000-only
  ^-------^  ^--------^  ^--^  ^------------------^
  |          |           |     |
  |          |           |     +--> Filter.
  |          |           |
  |          |           +--> Registrar.
  |          |          
  |          +---> Domain name.
  |
  +--> Binary (hostinger/domain).

Example:

  • Use Tld's from iana
    hostinger twitter iana
  • Use Tld's from hostinger
    hostinger twitter hostinger
  • Use Tld's from hostinger homepage domain category
    hostinger twitter hostinger:category
  • Show domain restriction message
    hostinger twitter hostinger restriction
  • Filter price lower than $5.5 USD
    hostinger twitter hostinger price-low-5.5-only xusd
  • Filter price higher than Rp. 30.0000, (hide unmatch)
    hostinger twitter hostinger price-high-30000-only idr
  • Get domains and parse output to json, working with/without jq formattert
    hostinger twitter json | jq

Needs details usage?


  - HOSTINGER DOMAIN SEARCHER -
  -------------------------------------------------------------------------------------

  Search domain name at hosting registrar, search and make sure your name is available.

  $ hostinger  google.com  iana  price-low-35000-only
    ^-------^  ^--------^  ^--^  ^------------------^
    |          |           |     |
    |          |           |     +--> Filter.
    |          |           |
    |          |           +--> Registrar.
    |          |          
    |          +---> Domain name.
    |
    +--> Binary (hostinger/domain).

  To check valid of a domain name in search result
  Please to check at:
  - https://hostinger.co.id/domain-murah

  Usage:
    - hostinger
    - hostinger -h, --help
    - hostinger twitter
    - hostinger twitter iana
    - hostinger twitter hostinger
    - hostinger twitter hostinger:category
    - hostinger twitter hostinger restriction
    - hostinger twitter hostinger:category price-low-100000 idr
    - hostinger twitter hostinger:category price-high-30000-only xidr
    - hostinger twitter hostinger price-high-30000-only restriction idr
    - hostinger twitter iana price-low-3.4 xusd 
    - hostinger twitter json | jq

  Registrar:
    - iana                       - Tld's from iana.org registrar.
    - hostinger                  - Tld's from hostinger.com registrar.
    - hostinger:category         - Tld's from hostinger.com categories registrar.
    - country                    - Tld's from country top level domain list.
    - [unparse]/deafult]         - Tld's default from $TLDS list variable.

  Filters:
    - price-low-[amount]         - Search domain by low price.
    - price-high-[amount]        - Search domain by high price.
    - price-low-[amount]-only    - Search domain by low price and hide unfilter result.
    - price-high-[amount]-only   - Search domain by high price and hide unfilter result.
    - hide-discount              - Hide discount.
    - hide-billing               - Hide billing.
    - idr                        - Currency in Rupiah (amount only).
    - xidr                       - Currency in Rupiah (amount with symbol).
    - usd                        - Currency in US Dolar (amount only).
    - xusd                       - Currency in US Dolar (amount with symbol).
    - json                       - Return json.

  Notes:
    - !PRIVACY                   - Domain not include privacy protection.

Contributions

Contributions of any kind welcome!

License

Licensed under the terms of the GNU-3.0 license.