From 457d203efbe0e319f949cfbed8a4ac5037270c63 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Mon, 15 Jul 2019 22:13:38 +0000 Subject: [PATCH] feat: add services (#265) License: MIT Signed-off-by: Henrique Dias --- README.md | 6 +++++- data/apps.yaml | 5 ----- data/services.yaml | 10 ++++++++++ src/layouts/_default/baseof.html | 2 +- 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 data/services.yaml diff --git a/README.md b/README.md index 1cd29e5..6846720 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ _This list is for projects, tools, or pretty much any things related to IPFS tha - [Apps](#apps) - [Articles](#articles) - [Datasets](#datasets) +- [Services](#services) - [Tools](#tools) - [Videos](#videos) - [Discussions](#discussions) @@ -88,7 +89,6 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [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) - [Peergos](https://peergos.org) - End-to-end encrypted, peer-to-peer file storage and sharing. [Source](https://github.com/Peergos/Peergos) - [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. @@ -141,6 +141,10 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [xkcd](https://ipfs.io/ipns/xkcd.hacdias.com) [Source](https://github.com/ipfs/archives/issues/21) - [yarchive.net](https://ipfs.io/ipfs/QmdA5WkDNALetBn4iFeSepHjdLGJdxPBwZyY47ir1bZGAK) [Source](https://github.com/ipfs/archives/issues/76) +## Services + +- [Pinata](https://pinata.cloud) - Build and manage your dapp through Pinata’s REST API and IPFS toolkit. + ## Tools - [Blockwatch](https://ipfs.io/ipfs/QmdikpwcyeBuGaVzWzSzPuqvBfTGD8jPAVydcCjYHsBUxo/index.html) - Monitor the current block number of the Ethereum blockchain, and set alerts (stored locally using PouchDB in your browser) for when certain block heights are passed. [Source](https://github.com/MidnightLightning/ethereum-blockwatch) diff --git a/data/apps.yaml b/data/apps.yaml index f867ebb..55d822a 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -269,11 +269,6 @@ 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/data/services.yaml b/data/services.yaml new file mode 100644 index 0000000..4fe9a6a --- /dev/null +++ b/data/services.yaml @@ -0,0 +1,10 @@ +title: Services +color: green +icon: stroke_decentralization +description: Services that make use of IPFS technologies. +content: + - title: Pinata + website: https://pinata.cloud + picture: /images/pinata.png + description: > + Build and manage your dapp through Pinata’s REST API and IPFS toolkit. diff --git a/src/layouts/_default/baseof.html b/src/layouts/_default/baseof.html index a88b661..ab90111 100644 --- a/src/layouts/_default/baseof.html +++ b/src/layouts/_default/baseof.html @@ -31,4 +31,4 @@ - + \ No newline at end of file