在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):fenwick67/mastofeed开源软件地址(OpenSource Url):https://github.com/fenwick67/mastofeed开源编程语言(OpenSource Language):HTML 42.4%开源软件介绍(OpenSource Introduction):MastofeedEmbed a mastodon feed in your blog et cetera. User guideThe homepage has a tool for generating iframe code for you, with a sensible APIV2
GET |
option | required | description |
---|---|---|
userurl |
yes | Mastodon/ActivityPub account URL (usually https://${instance}/users/${username} ) |
feedurl |
no | a URL to a page of an ActivityPub post collection. Only used for pages beyond the first. |
theme |
no | either dark , light or auto , to select the UI theme (default is dark ). auto will appear light unless the user sets up dark mode on their device. |
boosts |
no | whether to show boosts or not |
replies |
no | whether to show replies or not |
size |
no | the scale of the UI in percent. |
/api/feed
example:
/api/feed?url=https%3A%2F%2Foctodon.social%2Fusers%2Ffenwick67.atom&scale=90&theme=light
Returns a html page which displays a mastodon feed for an atom feed URL. Note that URLs must be URI encoded (i.e. encodeURIComponent('https://octodon.social/users/fenwick67.atom')
).
Querystring options:
option | required | description |
---|---|---|
url |
yes | Mastodon Atom feed URL |
theme |
no | either dark, light or auto, to select the UI theme (default is dark). auto will appear light unless the user sets up dark mode on their device. |
size |
no | the scale of the UI in percent. |
This is a straightforward node project with zero databases or anything, you should just be able to run npm install
and then npm start
to get up and running. Set your PORT
environment variable to change the port it listens on.
Feel free to add a chaching layer, improve the styles and add more features.
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论