🌱 Simple Deno module to fetch top islands from turnip.exchange
import { TurnipExchange } from 'https://github.com/raw/nurodev/traveller/master/mod.ts';
const turnips = new TurnipExchange();
const result = await turnips.get(3);
console.log(result);
deno run --allow-net https://github.com/raw/nurodev/traveller/master/examples/get.ts
deno run --allow-net https://github.com/raw/nurodev/traveller/master/test.ts