Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raufsamestone/url-to-ipfs
A simple example of how to upload a file to IPFS and get a URL back.
https://github.com/raufsamestone/url-to-ipfs
ipfs ipfs-api unsplash
Last synced: 8 days ago
JSON representation
A simple example of how to upload a file to IPFS and get a URL back.
- Host: GitHub
- URL: https://github.com/raufsamestone/url-to-ipfs
- Owner: raufsamestone
- Created: 2022-03-28T09:44:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-28T10:44:40.000Z (almost 3 years ago)
- Last Synced: 2024-12-03T15:09:35.408Z (25 days ago)
- Topics: ipfs, ipfs-api, unsplash
- Language: CSS
- Homepage: https://url-to-ipfs.netlify.app/
- Size: 693 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL to IPFS 🖼
A simple example of how to upload a file to IPFS and get a URL back.
[🔗 Demo](https://url-to-ipfs.netlify.app/)
![Demo](./public/ss.png)
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
Clone and run:
```bash
npm run dev
# or
yarn dev
```