mysocialapp-ts-client
TypeScript icon, indicating that this package has built-in type declarations

0.5.22 • Public • Published

MySocialApp Typescript Library

Build status npm version

The Javascript library for interacting with the MySocialApp API.

In order to use this library, you need to have a free account on https://go.mysocialapp.io. After registering, you will need the application credentials for your app.

What is MySocialApp?

MySocialApp - Seamless Social Networking features for your app

MySocialApp’s powerful API lets you quickly and seamlessly implement social networking features within your websites, mobile and back-end applications. Save months of development headache and focus on what makes your app unique.

Table of contents

Install

npm install mysocialapp-ts-client

Getting Started

Read Javascript getting started

API Documentation

Complete API documentation is available here

Demo app

Here are demo apps that use the 100% MySocialApp API

Compile

Use docker to compile project

docker run -v $PWD:/mnt -it --entrypoint /bin/sh node:10-alpine

Get node modules

cd /mnt && npm install
#compile ts files
cd /mnt && npm run build

# exec tests
npm run test 
    OR
cd /mnt && ./node_modules/.bin/jest test

Contributions

All contributions are welcomed

Package Sidebar

Install

npm i mysocialapp-ts-client

Weekly Downloads

50

Version

0.5.22

License

MIT

Unpacked Size

344 kB

Total Files

300

Last publish

Collaborators

  • evoxmusic