Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/poleexpr/radio-overdrive
- Owner: Poleexpr
- Created: 2024-01-12T20:24:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T10:48:44.000Z (6 months ago)
- Last Synced: 2024-08-20T12:54:57.205Z (6 months ago)
- Topics: google-sheets, gsap, next14, nextjs, player, radio, react-query, typescript
- Language: TypeScript
- Homepage: https://radio-overdrive.vercel.app
- Size: 175 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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