Index

Proxapi, a helper for accessing quota limited APIs

Proxapi is a javascript library acting between your code and APIs of services like Twitter, Google or Facebook which limit the number of requests allowed in a period of time. With it, you can set up various strategies to deal with theses limits such as sending back an informative error message or waiting for the end of the limited period to retry the request.

This is the generated API documentation

Files downloads, installation instructions and a tutorial are available on the github repository