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

automic-awi-dashboard-screenhots

v1.0.3

Published

Creates screenshots of a given awi dashboard and the individual widgets for sharing via email,...

Downloads

2

Readme

Automic AWI dashboard to png screenshots

This small node based application allows you to create PNG screenshots of public and private AWI dashboards, supporting all types of widgets. It uses Pupeteer and chromium to:

  • login into awi
  • open a dashboard and
  • create screenshot of the full dashboard as well as the individual widgets

Run as node application

Requires node 12, but will automatically download the required chromium!

Install globally with npm, make sure your user is allowed to install global npm packages.

npm install -g automic-awi-dashboard-screenhots

Configuration

Currently supports AWI version v12 and next release v21.

We need to configure the AWI url and AE user / client. The best way is to create a .env file in the folder where you will call automic-awi-dashboard-screenhots capture DASH.WELCOME You can also create multiple .env files for each ae you want to use and use the --env options to choose automic-awi-dashboard-screenhots capture DASH.WELCOME --env /path/to/custom/.env-ae21

#Create a .env file or create environment variables
AE_VERSION=12.3  #12.3 for 12.0 - 12.3, 21 for next release
AE_CONNECTION=AUTOMIC
AE_CLIENT=100
AE_USERNAME=AUTOMIC
AE_DEPARTMENT=AUTOMIC
AE_PASSWORD=<your password>
AE_AWI_URL=https://<your-company-url>/awi/
WAIT_FOR_WIDGET=5

All parameters are required, except WAIT_FOR_WIDGET is optional and 5 sec by default

They can also be passed as cli parameters, check help by calling automic-awi-dashboard-screenhots

Run the application with

automic-awi-dashboard-screenhots capture <DASHBOARD-NAME>
#show options
automic-awi-dashboard-screenhots 
#show configuration
automic-awi-dashboard-screenhots show-config