Socket
Socket
Sign inDemoInstall

mysocialapp-ts-client

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysocialapp-ts-client

Official Typescript / Javascript client to interact with MySocialApp API - Seamless Social Networking features for your app


Version published
Weekly downloads
4
decreased by-92.98%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 08 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc