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

@batista/itux-shop-assist

v1.1.1

Published

Your shop assistant that helps you to select the next internet provider from either itux.se or framtidensbredband.se

Downloads

6

Readme

Itux / Framtidensbredband Shop Assistant CLI

build-test action status code-ql action status Codacy Security Scan Codacy Code Quality Codacy Coverage license MIT

If you are like me and is always trying to snatch the best campaign (I do it every time the previous campaign expires), but feel the filtering options provided to you are not the best, then this CLI helper tool is for you.

NOTE: This CLI is targeted to users of itux.se and framtidensbredband.se only.

Usage

To use with the default options:

npx @batista/itux-shop-assist

❔ Help

To get the available options append the --help (-h) option.

npx @batista/itux-shop-assist --help

🛒 Different supported stores

Itux (default)

If you are a user of itux.se, then you don't have to do anything.

If you're stubborn and still want to force the store, then you can always use the --shop itux option.

npx @batista/itux-shop-assist --shop itux

Framtidens Bredband

If you are a user of framtidensbredband.se, you need to append the --shop (-s) option to get the right offers.

npx @batista/itux-shop-assist --shop framtidensbredband

🚫 Exclude Certain Providers

If for some reason you want to exclude a certain provider, for example you have read some bad reviews.

The --exclude-providers (-p) option along with <provider-key> allows you to exclude certain providers.

You should pass a list of provider-keys that you can retrieve with the --list-providers option.

npx @batista/itux-shop-assist --exclude-providers provider-key-1 provider-key-2

List the Provider Keys

To populate the --exclude-providers parameter, you need to first know the keys, you get those with the --list-providers flag. This cuts the application short and will retrieve only the list of providers.

npx @batista/itux-shop-assist --list-providers

💬 Verbose

If you want to know what is happening in the background, I have just the option for you: --verbose (-v).

npx @batista/itux-shop-assist --verbose

🔽 Minimum Download Speed

We all have our requirements, maybe you can live with just 10Mbit/s at the summer house, but at home you'll need that snappy 1000Mbit/s to browse your favorite newspaper.

The --min-download-speed (-d) option allows you to specify your minimum tolerated speed (in MBits/s).

npx @batista/itux-shop-assist --min-download-speed 100

🔼 Minimum Upload Speed

If you need to upload your favorite pictures super fast to Instagram, then you'll need a good upload speed, the --min-upload-speed (-u) option allows you to specify your minimum tolerated speed (in MBits/s).

npx @batista/itux-shop-assist --min-upload-speed 100

💸 Maximum Monthly Cost

We don't just care about the campaign prices, what if we forget to cancel in time?!

The --max-cost (-c) option allows you to specify your maximum tolerated monthly cost (in SEK).

npx @batista/itux-shop-assist --max-cost 500

🔏 Maximum Binding Period

Now, they might attract you with great campaigns, but if you don't notice the details, you might be in for the long term with your new supplier. The whole purpose of this app is to be able to switch to the next optimum provider when the current campaign hits its end, so you can save for those lovely new shoes you saw at the store the other day 👠 .

The --max-binding-period (-b) option allows you to specify your maximum tolerated binding period (in months).

npx @batista/itux-shop-assist --max-binding-period 1

📆 Maximum Cancellation Period

How soon can you get out of your contract once you have decided to do so?

The --max-cancellation-period (--cp) option allows you to specify your maximum tolerated cancellation period (in months).

npx @batista/itux-shop-assist --max-cancellation-period 1