Update README.md
This commit is contained in:
parent
8c69eaa88a
commit
f99e61e749
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ A frontend to accessing my account on the fediverse
|
|||
## technologies
|
||||
- node on a bare debian install.
|
||||
- npm and npx to execute it.
|
||||
- Uses MastodonAPI, BlueskyAPI, and TumblrAPI.
|
||||
- Uses MastodonAPI, BlueskyAPI, and YoutubeAPI<sup>[1]</sup>.
|
||||
- Your local machine can also run it (with the proper dependencies; take a look at the docker file).
|
||||
|
||||
Quick launch server without docker: `npx http-server /home/<HomeDirectory>/Documents/Fedi.CrowdedGames.Group --port 4000 --cors`
|
||||
|
@ -16,3 +16,7 @@ Quick launch server without docker: `npx http-server /home/<HomeDirectory>/Docum
|
|||
|--------|-------|
|
||||
|Where can I find my PDS?|Create an access token and then examine the payload's `aud`|
|
||||
|Where can I get a Youtube Key?|console.cloud.google.com/apis|
|
||||
|
||||
# Notes
|
||||
|
||||
<sup>[1]</sup>YoutubeAPI doesn't support posting to their post section. It's made with posting videos in mind. Their previous posting page (the bulletin board) is depreciated and most likely doesn't work as trying to get those posts result in nothing returned even though posts are made on the account.
|
Loading…
Add table
Reference in a new issue