Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poleexpr/radio-overdrive

Next.js app for the Overdrive radio
https://github.com/poleexpr/radio-overdrive

google-sheets gsap next14 nextjs player radio react-query typescript

Last synced: about 2 months ago
JSON representation

Next.js app for the Overdrive radio

Awesome Lists containing this project

README

        




Demo


Overdrive radio


Next.js application for the Overdrive radio, with a variety of audio players and animations.


Key Features
How To Use
Download
Credits
Related
License

![screenshot](/public/images/demo.png)

## Key Features

- Listen to the latest episodes of the Overdrive radio project
- Listen to episodes of all the podcasts that have been released as part of the Overdrive radio project

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/Poleexpr/radio-overdrive.git

# Install dependencies
$ npm install
# or
$ yarn install

# Run the app
$ npm run dev
# or
$ yarn dev

```

## Credits

This app uses the following open source packages:

- [React](https://react.dev)
- [Next.js](https://nextjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [React Query](https://tanstack.com/query/latest/docs/framework/react/overview)
- [google-spreadsheet](https://theoephraim.github.io/node-google-spreadsheet/#/)
- [GSAP](https://gsap.com/)

## License

MIT