UNPKG

my-bluesky-data

Version:

Connects to your Bluesky acocunt and creates HTML of your latest post for use on your webpage, with hourly cron job to get updates

21 lines (20 loc) 531 B
{ "name": "my-bluesky-data", "version": "1.0.14", "description": "Connects to your Bluesky acocunt and creates HTML of your latest post for use on your webpage, with hourly cron job to get updates", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Bluesky", "Bsky" ], "author": "Erik Schroeder", "license": "MIT", "dependencies": { "@atproto/api": "^0.14.7", "dotenv": "^16.4.7", "node-cron": "^3.0.3" } }