Provide integration with Bluesky, Twitter and Whatsapp
Post on social media sending message with Whatsapp
1 - Provide .env with api keys and secrets as exemplified by the .env.example file from your account to use WhatsApp Business API, Twitter API and BlueSky API.
$ yarn install# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov$ localhost:3000/api$ localhost:3000/api/health$ curl --location 'http://localhost:3000/api/social' \
--header 'Content-Type: application/json' \
--data '{
"message": "My post from whats4social to Twitter and Bluesky"
}'- Author - Nathally Souza
Nest is MIT licensed.