/mysocialapp-ts-client

Typescript SDK client for MysocialApp API

Primary LanguageTypeScript

MySocialApp Typescript Library

Build status npm version

SDK still in beta phase. Stable version will be out current October.

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