Skip to content

napicella/this-article-has-x-reactions-and-y-comments

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Companion code for the article "This article has x reactions and y comments". The program uses the dev.to API to keep the title of the article up to date with the number of reactions and comments it received.

Build

make build

Run

ARTICLE_ID=123456 DEV_TO_API_KEY=ABCDEFGHILMN123456789012 ./bin/update-article

Cron job

SHELL=/bin/bash
* * * * * /home/user/wrapper.sh

About

Companion code for the article "this-article-has-x-reactions-and-y-comments"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published