feat: add services (#265)

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-07-15 22:13:38 +00:00 committed by GitHub
parent 73c8a31c1b
commit 457d203efb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 7 deletions

View File

@ -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 Pinatas 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 Pinatas 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)

View File

@ -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 Pinatas REST API and IPFS toolkit.
- title: PubSub Chat Demo
website: https://ipfs.io/ipfs/QmWZ3u5S7RjFXKfW6dSZhj7CozcvpqJxm48RYMmKkWcmNQ/
source: https://github.com/tableflip/ipfs-pubsub-chat-example

10
data/services.yaml Normal file
View File

@ -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 Pinatas REST API and IPFS toolkit.

View File

@ -31,4 +31,4 @@
</div>
<script src='{{ .Site.BaseURL }}/app.js'></script>
</body>
</html>
</html>