This react application was built to show my archaived Mastodon toots data. Users can filter my toots by hashtag,mention, date, and also can search toots by keyword.
The reason why I made Mastlog is that I'm more active in Mastodon and I rarely use my blog website. It's a good idea to make a blog from my Mastodon account, where I talk about my programming journey and hobbies, and also interact with various friends including more experienced developers.
- GitHub Repo This application is run by pm2 on my server. The bot is listening to my Mastodon timeline and grabs my toots and stored them in mongoDB.
- GitHub Repo This application is run by pm2 on my server. This is the API that response requests from my react app, retrieve toots from MongoDB in various ways.
You can check live page here
- React
- TypeScript
- Express
- MongoDB
- pm2
- Nginx
- Digital Ocean Droplet
This application was inspirted by a Japanese webservice named Twilog. They provide the users to create a blog from their twitter account.