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.
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.
npm install mysocialapp-ts-client
Read Javascript getting started
Complete API documentation is available here
Here are demo apps that use the 100% MySocialApp API
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
All contributions are welcomed