rodonaves-js
TypeScript icon, indicating that this package has built-in type declarations

2.1.0Ā ā€¢Ā PublicĀ ā€¢Ā Published

Rodonaves Client API

npm (scoped) Build Status codecov semantic-release

A JavaScript library to interface with Rodonaves API, it works with Node.js. The documentation can be found here.

šŸŒŸ Features

This library its in early stages, so it doesn't have interfaces for all MelhorEnvio features (Your PR is very welcome).

With this library you can:

  • Get City By Zip Code
  • Get Delivery Time
  • Simulate Quote

šŸ“– How to use

npmĀ installĀ --saveĀ rodonaves-js
importĀ RodonavesĀ fromĀ 'rodonaves-js';
Ā 
constĀ rodonavesĀ =Ā newĀ Rodonaves(
Ā Ā 'user',
Ā Ā 'password',
);
constĀ responseĀ =Ā awaitĀ rodonaves.getCityByZipCode('12608220');

šŸ“š API Docs

This library provides a promise based interface for all functions. Before you can use the library, you need to provide authentication details which will be used through API calls.

For a detailed documentation, see our Documentation.

šŸ˜ Do you like?

Please, consider supporting my work as a lot of effort takes place to create this repo! Thanks a lot.

Buy Me A Coffee

Dependentsā€‚(2)

Package Sidebar

Install

npm i rodonaves-js

Weekly Downloads

7

Version

2.1.0

License

Apache-2.0

Unpacked Size

35.3 kB

Total Files

18

Last publish

Collaborators

  • jonycelio