simonprickett / bartgoapi

Learning some Go by porting bartnodeapi to the language.

Home Page:https://simonprickett.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BART Go API

Introduction

BART provides an API that works with XML, and more recently JSON. This was originally a project to provide JSON output when it wasn't available from BART (they added it later). It's now a project to provide "nicer" JSON output than that which comes from BART directly.

I originally wrote this in Node.js a while back and you can see the code for that here. There's a running example of the Node code here.

Running Locally

TODO - how to get up and running with dep

TODO - environment variables?

TODO - Makefile

go run main.go

Dependencies

About

Learning some Go by porting bartnodeapi to the language.

https://simonprickett.dev/

License:MIT License


Languages

Language:Go 92.5%Language:Makefile 7.5%