README
Bartop.xyz client library
This is a client library for Bartop.xyz as used in our mobile app. While it is a work in progress, it is published so that our friends and partners can test it out.
Running Examples
Run the following example scripts, replacing [token] with your own api key:
List Drinks
token=[token] ts-node examples/listDrinks.ts
List London Dry Gins
token=[token] ts-node examples/listLondonDry.ts
Get Jack Daniels
token=[token] ts-node examples/JackDaniels.ts