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
- Host: GitHub
- URL: https://github.com/bttmly/ac-transit
- Owner: bttmly
- Created: 2018-03-29T17:42:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-31T03:39:55.000Z (about 7 years ago)
- Last Synced: 2025-01-08T22:02:29.640Z (4 months ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}
```