Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevedylandev/react-pinata-calls
A quick React example of how to make API calls to Pinata
https://github.com/stevedylandev/react-pinata-calls
Last synced: 11 days ago
JSON representation
A quick React example of how to make API calls to Pinata
- Host: GitHub
- URL: https://github.com/stevedylandev/react-pinata-calls
- Owner: stevedylandev
- Created: 2023-05-22T21:04:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-22T21:08:21.000Z (over 1 year ago)
- Last Synced: 2024-12-09T00:07:31.622Z (16 days ago)
- Language: CSS
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
1. Clone this repo, cd into it, and install dependencies
```
git clone https://github.com/stevedylandev/react-pinata-calls && cd react-pinata-calls && npm install
```2. Create a .env file in the root directory
```
touch .env
```3. Edit the .env file and put in the following with your Pinata JWT
```
VITE_JWT=PASTE-YOUR-JWT-HERE
```4. Run the dev server and try it out!
```
npm run dev
```