A bot that sends links to your social networks
npm installCreate a .env file in the root of the project:
TOKEN=QWERTYTESTCreate a internal/storage/storage.json:
[
{
"type": "article",
"id": "social-spotify",
"title": "EXAMPLE",
"description": "...",
"url": "YOUR_URL",
"thumb_url": ""
}
]Past URL in internal/services/projects.service.js:
const response = await fetch("https://api.github.com/users/YOUR-USERNAME/repos");npm start