0.1.1 • Published 6 years ago

kunyora v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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