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

kunyora

v0.1.1

Published

A flexible and disposable Rest Client for Javascript web and native applications

Readme

Kunyora · PRs Welcome · npm version · CircleCI

A flexible and disposable Rest Client for Javascript web and native applications

  • Manage the state of your api request globally: Kunyora helps you make api calls easily and manage the state of the calls globally especially when integrated with client side libraries like reactJs. It gives you an intuitive way to manage your request using thenables and catchables to handle success and errors neatly through what we call accessors.

  • Integratable with Mobile Javascript libraries: Kunyora works comfortably and is battly tested with Javascript mobile libraries such as React-Native, Ionic Framework or Cordova. It also uses the same api that is used for the web for mobile also without giving error. Now your team has a way to manage api requests comfortably without litering the code base with lots of api calls.

  • Focused, young and works well with PWA's: Kunyora also works well with Progressive web apps. The client library integration's to Kunyora also provide ways to minic the typically loading mechnaism used by popular sites such as youtube by establishing an handshake between two pages.

Kunyora has come to solve a problem we noticed most software developers overlook when building softwares which is the problem of speed. However, the library is currently starting with a pre-release version , and we hope to build this functionality into the major 1.0 release. For now, Kunyora only acts as an api request handler that helps you build UI's without having to plumb your whole codebase with lots of API calls.

See the official Kunyora website for an introduction to kunyora and an insight on what we are currently achieving and the vision of what we hope to achieve.


Getting Started

Follow the Getting Started Guide. Kunyora can be installed through npm or through yarn. Please follow the guide for more details.


Documentation

The website's documentation is divided into various sections to obtain easy readability. The documentation follows a tutorial to api reference style. This means that for each component or feature in the documentation, there is a tutorial as well as a reference explaining the properties or arguments taken by the feature. Please kindly open a pull request if there is a section of the documentation that you would like to fix. The docs is also open source.


Contributing

Read below to learn how you can take part in improving Kunyora.

Code of Conduct

Kunyora uses a code of conduct that we expect project participants to adhere to. Please read the full text.

Contributing Guide

Read the Contributing guide to learn more about contributing to Kunyora.


License

Kunyora is MIT licensed.

React-Kunyora is MIT licensed

Kunyora documentation is MIT licensed