https://github.com/geopjr/pixelfed-js
A js wrapper for the Pixelfed API following the PHP one
https://github.com/geopjr/pixelfed-js
decentralized pixelfed pixelfed-api
Last synced: about 1 year ago
JSON representation
A js wrapper for the Pixelfed API following the PHP one
- Host: GitHub
- URL: https://github.com/geopjr/pixelfed-js
- Owner: GeopJr
- License: bsd-2-clause
- Created: 2021-01-03T21:57:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T15:27:14.000Z (about 3 years ago)
- Last Synced: 2024-05-06T00:05:11.811Z (about 2 years ago)
- Topics: decentralized, pixelfed, pixelfed-api
- Language: JavaScript
- Homepage: https://geopjr.github.io/pixelfed-js/
- Size: 1.41 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
pixelfed-js
A js wrapper for the Pixelfed API following the PHP one
You can find docs generated with JSDoc on the repo's listed website.
This package is trying to be a 1:1 with the official PHP one, so there won't be any additional features.
## Install
```
pnpm i pixelfed
// or
npm i pixelfed
// or
yarn add pixelfed
```
## Contribute
1. Read the [Code of Conduct](https://github.com/GeopJr/pixelfed-js/blob/main/CODE_OF_CONDUCT.md)
2. Fork it ( https://github.com/GeopJr/pixelfed-js/fork )
3. Create your feature branch (git checkout -b my-new-feature)
4. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create a new Pull Request
## Resources
- [Official PHP package](https://github.com/dansup/pixelfed-php)
- [Mastodon API](https://docs.joinmastodon.org/methods/apps/)
## Extra
Made with [contributors-img](https://contrib.rocks).