Simple implementation of a Twitter-Wall like grid of postings from Mastodon
Find a file
Ralf Stockmann 2b8406316f
Update script.js
- Dynamic hashtags vio URL
2023-05-17 23:58:12 +02:00
index.html Update index.html 2023-05-17 23:57:40 +02:00
LICENSE Initial commit 2023-05-17 02:11:06 +02:00
README.md Update README.md 2023-05-17 15:48:35 +02:00
script.js Update script.js 2023-05-17 23:58:12 +02:00
styles.css Update styles.css 2023-05-17 15:45:59 +02:00

Mastodon Wall

Mastodon Wall is a simple web application that fetches and displays posts from multiple hashtags on Mastodon, an open-source decentralized social network. The project aims to provide an easily accessible public display of Mastodon posts for event organizers, community managers, and users who want to keep up with specific topics on the platform.

Technology

Mastodon Wall is built using HTML, CSS, and JavaScript with jQuery for making API requests and handling dynamic content. The project uses the Mastodon API to fetch posts from specified hashtags.

The layout is responsive and mobile-friendly, thanks to the use of Bootstrap, a popular CSS framework, and Masonry, a grid layout library.

Features

  • Displays posts from multiple hashtags
  • Fetches new posts every 10 seconds and updates without reloading the page
  • Shows post content, author, author avatar, relative time, and images
  • Links to original post and author profile
  • Responsive design that adjusts to screen size

Installation

  1. Clone the repository: git clone https://github.com/rstockm/mastowall.git
  2. Open index.html in your web browser.
  3. If you want to change the hashtags, replace the #bibliocon23, #111bibliocon, and #bibliocon in the HTML file with your desired hashtags.