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 🙏

© 2025 – Pkg Stats / Ryan Hefner

ermrestjs

v0.0.1

Published

ERMrest client library in JavaScript

Readme

ERMrestJS Build Status -- ERMrest client library in JavaScript

The ERMrestJS is a javascript client library for interacting with the ERMrest service. It provides higher-level, simplified application programming interfaces (APIs) for working with the Entity-Relationship (ER) concepts that are native to ERMrest. The library has been extended to also support Hatrac---an object store service, and ioboxd---an export service. ERMrestJS is a part of Deriva Platform.

Documention

Documents are categorized based on their audience.

  • Developer Docs: contains API docs and development guides such as how to write unit tests.

  • User Docs: contains documents and examples on how you can configure and use ERMrestJS.

Prerequisites

As described, ERMrestJS is providing a Javascript API to ERMrest, Hatract, and iboxod. Therefore, to use this API you need those services to be available in your server.

Installation

See ERMrestJS installation.

Usage

ERMrestJS can be used in browser, nodeJS, or AngularJS environments. See ERMrestJS usage for more detail.

Code Contribute

When developing new code for ERMrestJS, please make sure you're following these steps:

  1. create a new branch and make your updates to the code in the branch (avoid changing master branch directly);
  2. do your own quality assurance;
  3. update the documentations(Please refer to How to update documentations page for more information);
  4. update the unit tests (if applicable);
  5. make sure there are no warnings or errors from static analysis programs (make all should be free of warnings and errors);
  6. make sure you can deploy your code without any issues (make install should not fail);
  7. make sure that all tests are passing before submitting the request (make test should be free of errors);
  8. make your pull request, assign it to yourself, and ask someone to review your code.
  • Try to provide as much information as you can on your PR. Explain the issues that the PR is fixing, and the changes that you've done in the PR.
  • Provide examples if applicable.
  • Resolve the conflicts with master before merging the code (and go through the process of making sure documentation and tests are good to go).

Help and Contact

Please direct questions and comments to the project issue tracker at GitHub.

License

ERMrestJS is made available as open source under the Apache License, Version 2.0. Please see the LICENSE file for more information.

About Us

ERMrestJS is developed in the Informatics group at the USC Information Sciences Institute.