Add twim to packages.json (#2951)

This commit is contained in:
aspiring-aster 2024-11-22 00:04:35 -05:00 committed by GitHub
parent 6bb33242c1
commit 250f30d211
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34198,5 +34198,18 @@
"description": "Hot reloading for development of applications in Nim",
"license": "GPLv3",
"web": "https://github.com/navid-m/fox"
},
{
"name": "twim",
"url": "https://github.com/aspiring-aster/twim",
"method": "git",
"tags": [
"library",
"development",
"twitter"
],
"description": "A X(Formally known as Twitter) API wrapper library for Nim",
"license": "MIT",
"web": "https://aspiring-aster.github.io/twim/"
}
]