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

podcrash

v0.0.1

Published

Get the NASA wallpaper of the day as your wallpaper.

Downloads

13

Readme

Podcrash

forthebadge forthebadge forthebadge

Unique ever-changing desktop wallpaper, with the NASA Astronomy Picture Of The Day and your name on it. Podcrash is a small but stellar project which supports customization on many levels, including an accent, shadow, text and even an overlay.

Installation

Beginner (non-techie)

This tutorial assumes you know little about NPM/NodeJS and haven't got either installed. If you don't meet this criteria and want to head straight to the installation command, you may skip this part and head to the Advanced section.

By far, the easiest and best method to install Podcrash is using Node Package Manager (NPM) which comes with the installation of NodeJS (the platform this project was built on).

NPM and NodeJS can be installed together at this link. From there, you can walk through the setup until to reach the point where everything's ready to go and you're able to successfully run in a command-line terminal like cmd.exe:

npm --version

Finally, you can install the package itself by running the following command. The different parts of the command refer to different elements of the installation:

  • npm is the base command for anything Node package-related and manages installation, updates, removal and more.
  • i is short for install and is pretty self-explanatory (it installs the package into your computer).
  • Next is -g which tells NPM to install the package globally so that you'll be able to access it from anywhere.
  • And at the end is of course, the package name (podcrash).

Combining all of these arguments together, you get your full command:

npm i -g podcrash

This command will install and setup your the entire project and should only take a matter of seconds to install. Once complete you're all ready to go and can move on to the usage.

Advanced

This area of the installation assumes that you've gotten a decent understanding of NPM and know your way around the terminal. Install Podcrash with the following command:

npm i -g podcrash

Setup

In order to use the package effectively, you require an API key for NASA's Astronomy Picture Of the Day project. You can easily get a free API key in a matter of seconds from NASA's website.

Then you can set the API key for Podcrash by running the following command, making sure to replace the value in brackets with the actual API key:

podcrash set [API KEY]

Usage

Once the installation is complete, the basic command to run the script is:

podcrash

To see a list of all available commands, you can enter:

podcrash help

Thanks

Shoutout to people like you who dedicate their time to support other people and their projects. We wish you the best. 🎉

Sincerely,deletescape Team.