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 🙏

© 2026 – Pkg Stats / Ryan Hefner

televet-vetdata-api

v1.0.0-prisma.6

Published

1. You need to have the aws-cli installed and your otto profile created

Downloads

3

Readme

Requirements

  1. You need to have the aws-cli installed and your otto profile created

  2. Node installed

Getting started

Steps to run it locally:

  1. Have the package installed by running npm i or if you prefer yarn then you can use yarn as well.
  2. Decode env variable by running sh decodeEnv.sh.
  3. After that check if local.env file was created or not. If not create one and add variables from .env to local.env
  4. Few things to make sure before you run.
    • DATABASE_URL="postgresql://televet:passwordGoesHere@localhost:8080/prisma?schema=televet-core$dev&connection_limit=10" You can get password from aws console.
    • Have a docker desktop installed as well. Using docker desktop makes it really easy.
    • You need to have two thing running in docker db-sdk-prisma2 and redis. Instruction for these could be found in https://github.com/TeleVet/pims-api and https://github.com/TeleVet/db-sdk-prisma2.
    • Open docker desktop and check if those two container are running or not.
    • You should have cloned helper-script repo as well. If not do so. In terminal, inside helper-script run command that opens tunnel to local db.
    • Globally install nodemon. This will prevent you from headache of running server after every change.
  5. Back to pims-api repo. In the terminal run nodemon. This should start your repo in http://localhost:4005/graphql.
  6. You can use apollo playground or if you want to use apollo sandbox you can do so. Sandbox allows click and add of query or mutation and there response value as well as variables.
  7. For those who want to try sandbox https://studio.apollographql.com/sandbox/explorer or just googling apollo sandbox should take you to right place.

Deployment

sh dockerBuild.sh

force2