Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
/ meewmeewapi Public archive

Simple Javascript Client Library for MeewMeew APIs from Node.js

License

Notifications You must be signed in to change notification settings

MeewMeew/meewmeewapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.