Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cookiemumbles/justmytoots.com
https://github.com/cookiemumbles/justmytoots.com
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cookiemumbles/justmytoots.com
- Owner: cookiemumbles
- License: apache-2.0
- Created: 2022-12-05T20:40:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:09:41.000Z (4 months ago)
- Last Synced: 2024-07-21T10:34:51.104Z (4 months ago)
- Language: JavaScript
- Size: 236 KB
- Stars: 19
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JustMyToots.com
This is a little website that works as an extension to Mastodon. It displays
the toots but not the boosts for a particular user. It helps people that want
to showcase their toots, for example when doing jokes, drawings, photos or any
other form of content people might want to look back through.To create your own, simply add your user identifier to the main url like this:
https://justmytoots.com/@[email protected]
For example for me that would be:
https://justmytoots.com/@[email protected]## Local setup
This project is only a static website, but uses npm for some build logic. To
build the project, first install npm if you haven't already. Then clone the
repo and start a local server with the following command:```
node app.js
```
You should now be able to access the locally hosted server at:
```
localhost:8008
```Then you can request any mastodon user from your local machine like this:
`http://localhost:8008?acct=@[email protected]`. Notice the additional
property syntax `?acct=` that is different from the server, as the local server
does not respect the `.htaccess` rules atm.## Contribution
If you'd like to contribute, just look through the
[Issues](https://github.com/cookiemumbles/justmytoots.com/issues/) I've already
created for something you could help with, or create a new Issue or DM me on
Mastodon if you have any good ideas.