An open API service indexing awesome lists of open source software.

https://github.com/pcdevil/wordoftheday

MOVED TO CODEBERG
https://github.com/pcdevil/wordoftheday

Last synced: 5 months ago
JSON representation

MOVED TO CODEBERG

Awesome Lists containing this project

README

          

# ⚠⚠⚠ PROJECT MOVED ⚠⚠⚠

The project has been moved to Codeberg: .

Execute the following commands to update your local copy to the new destination:

```zsh
$ cd g
$ git switch main
$ git remote remove origin
$ git remote add origin https://codeberg.org/pcdevil/wordoftheday.git
$ git fetch
$ git reset --hard @{u}
```