gemfyi
v0.1.0
Published
Gemstone and mineralogy reference API client — gemfyi.com. Zero dependencies.
Maintainers
Readme
gemfyi
Gemstone and mineralogy reference API client — gemfyi.com. Zero dependencies.
Install
npm install gemfyiQuick Start
import { GemFYI } from "gemfyi";
const client = new GemFYI();
const results = await client.search("diamond");
console.log(results);License
MIT
