Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```