Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meltymooncakes/samidbapi

An NPM Module for SamiDB's image API
https://github.com/meltymooncakes/samidbapi

Last synced: about 1 month ago
JSON representation

An NPM Module for SamiDB's image API

Awesome Lists containing this project

README

        

# SamiDB API
An [NPM](https://npmjs.org) Module for [SamiDB's image API](https://api.samidb.xyz/)

# Installation
```sh
npm install samidbapi
#or
yarn add samidbapi
```

# Usage

```js
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);
```