0.0.9 • Published 3 years ago

seatrout v0.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Seatrout

A library and functions for handling everything regading Salmo Trutta or seatrout as it is referred to here in north europe. Probably works for sea run cutthroat and others as well.

Usage Example

const {Seatrout} = require("seatrout");
const dude = new Seatrout();
console.log("Seatrout as json: ", decodeURIComponent(JSON.stringify(dude)));