1.0.2 • Published 9 months ago

@duyhau/api v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
9 months ago

MeewMeew API

npm-version Build status npm downloads


Github issues Github stars Github release code helpers gitter chat

Simple Javascript Client Library for MeewMeew APIs from Node.js

Installation:

Node.js or other environments:

# npm
npm install meewmeewapi

# yarn
yarn add meewmeewapi

Documentation

You can see it here.

Usage Examples:

Node.js

// For JavaScript
const MeewMeew = require('meewmeewapi').default

// For TypeScript
import MeewMeew from 'meewmeewapi'

APIKEY

You can get your APIKEY here.

1.0.2

9 months ago