1.1.0 • Published 5 years ago
fnapime v1.1.0
NodeJS Wrapper for FNApi.me
Installation
npm i fnapime
Example
const Api = require('fnapime');
const api = new Api('<API Key>', 'en');
(async () => {
var shop = await api.getShop()
console.log(shop);
})();
Documentation
For a better documentation go to the api docs
Disclaimer
FNApi.me was developed by Maiky M
This package was developed by Command