0.0.1 • Published 10 years ago

ama.js v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

AMA.js

A Javascript library that helps connect to the Autoridad Metropolitana de Autobuses' (AMA) API.

AMA.js provides a Javascript wrapper for the API of the Autoridad Metropolitana de Autobuses (AMA). If you are writing a Node.js app, or you are developing a server side solution in Javascript, then this is the perfect solution for you. Don't waste time writing code and handling APIs errors. We did this for you already. Log in, and call the libraries methods. You'll receive the data returned by the API server. Now it's up to you to make use of the data.

Happy hacking!

How to use AMA.js

Try the Examples

There are examples in the /examples directory. You can try any example using Node.js: node /examples/example.js.

On your own application

The first step is to install AMA.js. The easiest method is to use npm to install it: npm install ama.js --save. This will download and install the library and add it as a dependency to your package.json file.

API methods