egg- / delivery-tracker

delivery tracking library for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions on API limitations

alex-sf opened this issue · comments

This is just a functionality question but we're looking for a general purpose api for tracking shipments to integrate into our application. This packages is exactly what we were looking for. But have you found any limitations to the APIs you are hitting? ie Daily/Hourly frequency caps

commented

Dear @alex-sf

Sorry for the late reply.
There are no restrictions on the package itself.

However, restrictions may exist for each shipping company.
Most of the logic is crawling and using the carrier's web pages, so if there are a lot of requests, your server may be blocked.

Thank you.