An open API service indexing awesome lists of open source software.

https://github.com/bttmly/ac-transit

A JavaScript client for the AC Transit API
https://github.com/bttmly/ac-transit

Last synced: 3 months ago
JSON representation

A JavaScript client for the AC Transit API

Awesome Lists containing this project

README

        

# ac-transit

A JavaScript client for the AC Transit API.

To run the tests, first [acquire an API token](http://api.actransit.org/transit/Account/Register) from AC Transit. Next, put the following in a `.env` file in the root of the project directory:
```
AC_TRANSIT_API_TOKEN={your API token}
```