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

on-web-ui

v2.33.0

Published

RackHD UI

Downloads

69

Readme

On Web UI Build Status Code Climate Coverage Status

Copyright 2015, EMC, Inc.

Publicly hosted on GitHub page.

A live version of the UI can be used at:

Live RackHD UI

You can change the API endpoints from the settings page. Look for the gear icon.

A zip file of the live version can always be downloaded from the gh-pages branch:

Download latest build

Extract the zip file to any directory served over HTTP. This is done automatically by on-http with npm install.

Quick getting started guide.

Requires Node v6 or greater to run on-web-ui dev tools.

$ git clone https://github.com/RackHD/on-web-ui.git
$ cd on-web-ui
$ npm install
$ npm start             # Start development server at http://127.0.0.1:3000.
$ npm test              # Run automated tests.

Note:

This was a secure fix since webpack-dev-server v2.4.3, devServer.host='0.0.0.0' in webpack.config.babel.js will give "Invalid Host header". There are two solutions for this:

  • Add disableHostCheck=false for devServer configuration, or
  • Change the IP '0.0.0.0' to your IP that will be accessed in browser.

How to configure API endpoints.

You can change the RackHD API endpoint dynamically from the UI. Look for the settings link in the main navigation. This will open the Settings page where you can specify API endpoints.

The default API endpoints can be configured by renaming src/config/custom.json.example to src/config/custom.json, editing the API endpoint properties, and rebuilding the UI.

Note, that the endpoint URL is stored in your browsers local storage. This means that changing the default endpoint may not change the endpoint for your session. It is better to use the Settings page to update the endpoint in your browser.

How to build On Web UI applications.

$ npm run build         # Build `static/monorail.css` & `static/monorail.js` for production.
$ npm run build-css     # Build minified `static/monorail.css` from `less/monorail.less`.
$ npm run build-js      # Build production `static/monorail.js`.

Automated Testing.

Run unit tests powered by Karma, Mocha, and Chai, with Spies

Tests are designed to run in a real web browser such as Chrome or FireFox. By default Chrome must be present when running the tests.

$ npm test              # Or, `npm run-script test-ci` for Jenkins.

Test any javascript module by creating a __tests__/ directory where the file is. Name the test by appending -test.js to the JavaScript file.

Core Technologies

Licensing

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

RackHD is a Trademark of Dell EMC