samidbapi
v0.0.1
Published
A node module for SamiDB's image API
Readme
SamiDB API
An NPM Module for SamiDB's image API
Installation
npm install samidbapi
#or
yarn add samidbapiUsage
const SamiDBApi = require("samidbapi");
const apiClient = new SamiDBApi();
// Gets data from the corn endpoint and logs it to the console.
apiClient.corn.then(console.log);