Skip to content

1428Stef/stef.links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bot that sends links to your social networks

Quick start

1. Installing dependencies

npm install

2. Settings

Create a .env file in the root of the project:

TOKEN=QWERTYTEST

Create 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");

3. Start

npm start

About

A bot that sends links to your social networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors