An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

pixelfed-js


A js wrapper for the Pixelfed API following the PHP one





COC
BSD-2-Clause

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).