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

https://github.com/r3nanp/podcastr

🎧 The best podcast application.
https://github.com/r3nanp/podcastr

audio nlw podcast podcastr

Last synced: 5 months ago
JSON representation

🎧 The best podcast application.

Awesome Lists containing this project

README

          

![Podcastr](./.github/logo.svg)

# Podcastr
> The best podcast application!

![r3nanp](https://img.shields.io/badge/r3nanp-podcastr-blue?style=for-the-badge&logo=react)
![license mit](https://img.shields.io/github/license/r3nanp/podcastr?color=blue&label=LICENSE&logo=github&style=for-the-badge)
[![style: styled-components](https://img.shields.io/badge/style-%F0%9F%92%85%20styled--components-orange.svg?colorB=daa357&colorA=db748e&style=for-the-badge)](https://github.com/styled-components/styled-components)
![prs](https://img.shields.io/static/v1?label=PRs&message=welcome&style=for-the-badge&color=24B36B&labelColor=000000)

# Technologies used 🛠

- Next
- Typescript
- styled-components
- framer-motion
- Jest
- react-icons
- Next PWA
- rc-slider
- date-fns

# 🎉 Contributing

[Check this step by step](CONTRIBUTING.md)

# 👷‍♂️ Installation

**You need to install [Node.js](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/) first, then in order to clone the project via HTTPS, run this command:**

```
git clone https://github.com/r3nanp/podcastr.git
```

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you use a SSH key registered in your Github account, clone the project using this command:

```
git clone git@github.com:r3nanp/podcastr.git
```

**Install dependencies**

```
yarn install
```

Or

```
npm install
```

Create your enviroment variables based on the examples of ```.env.example```

```
cp .env.example .env
```

After copying the examples, make sure to fill the variables with new values.

# 🏃 Getting Started

Run the following command in order to start the application in a development environment:

```yarn dev```

# :closed_book: License

Released in 2021.
This project is under the [MIT license](LICENSE).

Made with love by [Renan Pereira](https://github.com/r3nanp) 💜🚀