diff --git a/README.md b/README.md index b8ad785..c2a84ea 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [Peer Bandwidth Demo](https://ipfs.io/ipfs/QmVaVXbLdw4R5NqAiiQoTWtitxo5g7FS31PQmCLbH9p8Fu/) - An demo app that uses window.ipfs, provided by the IPFS Companion web extension to get and graph bandwidth info for your IPFS node [Source](https://github.com/tableflip/ipfs-peer-bw-example) - [Peer Map Demo](https://ipfs.io/ipfs/QmRPGCmLKH2dQmNiPRsiuYS9EhhJL1Gmkz5F75gKY1K4Bm/) - A map of IPv4 IPFS peers that uses window.ipfs [Source](https://github.com/tableflip/ipfs-peer-map-example) - [Philes](https://philes.co) - A simple browser-based IPFS notepad app. [Source](https://github.com/chrismatthieu/philes) +- [Pinata](https://pinata.cloud) - Build and manage your dapp through Pinata’s REST API and IPFS toolkit. - [Playback](https://mafintosh.github.io/playback/) - IPFS playback support. This allows casting a video in IPFS to a Chromecast. - [PubSub Chat Demo](https://ipfs.io/ipfs/QmWZ3u5S7RjFXKfW6dSZhj7CozcvpqJxm48RYMmKkWcmNQ/) - A ~76KB demo chat app that uses window.ipfs, provided by the IPFS Companion web extension [Source](https://github.com/tableflip/ipfs-pubsub-chat-example) - [PushToTalk](http://timothy.hobbs.cz/push-to-talk/index.html) - Push to Talk lets you edit audio essays and publish them with IPFS. diff --git a/data/apps.yaml b/data/apps.yaml index 990bcaf..807ad6d 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -259,6 +259,11 @@ content: picture: /images/peer-bandwidth-demo.jpg description: > An demo app that uses window.ipfs, provided by the IPFS Companion web extension to get and graph bandwidth info for your IPFS node + - title: Pinata + website: https://pinata.cloud + picture: /images/pinata.png + description: > + Build and manage your dapp through Pinata’s REST API and IPFS toolkit. - title: PubSub Chat Demo website: https://ipfs.io/ipfs/QmWZ3u5S7RjFXKfW6dSZhj7CozcvpqJxm48RYMmKkWcmNQ/ source: https://github.com/tableflip/ipfs-pubsub-chat-example diff --git a/src/static/images/pinata.png b/src/static/images/pinata.png new file mode 100644 index 0000000..c237775 Binary files /dev/null and b/src/static/images/pinata.png differ