Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Srikanth-AD/Podcastwala
Podcastwala - Your very own Podcast web app built with Laravel. Manage and listen to your favorite podcasts
https://github.com/Srikanth-AD/Podcastwala
Last synced: about 1 month ago
JSON representation
Podcastwala - Your very own Podcast web app built with Laravel. Manage and listen to your favorite podcasts
- Host: GitHub
- URL: https://github.com/Srikanth-AD/Podcastwala
- Owner: Srikanth-AD
- License: mit
- Created: 2015-06-05T16:04:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T05:12:01.000Z (over 4 years ago)
- Last Synced: 2024-07-31T12:07:39.772Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 719 KB
- Stars: 141
- Watchers: 10
- Forks: 54
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-apps - Podcastwala
README
### Podcastwala
Your very own Podcast web app built with Laravel 5. This web app enables you to manage RSS feeds for your favorite podcasts and listen to the episodes in a seamless UI. New episodes published by podcasts are automatically updated on a daily basis. Mark the items you have listened to as read and much more.### Screenshots
![alt tag](https://raw.githubusercontent.com/modestkdr/Podcastwala/master/screenshots/prototype.png)![alt tag](https://raw.githubusercontent.com/modestkdr/Podcastwala/master/screenshots/manage-feeds.png)
### Features
* Manage RSS feeds for your favorite podcasts
* New episodes published by podcasts are updated automatically
* Mark episodes you have listened to as read
* Search for episodes by title and description
* Mark all previous episodes in a podcast as read
* Mark your favorite episodes, accessible via the ```podcast/favorites``` linkNote: manually update new episodes by navigating to route ```podcast/auto-update```
### Install Instructions
To install Podcastwala you can clone the repository:```
$ git clone https://github.com/modestkdr/Podcastwala.git.
```Next, enter the project's root directory and install the project dependencies:
```
$ composer install
```Next, configure your .env file (root directory) and database (config/database.php). Subsequently, create the database and then run the migrations:
```
$ php artisan migrate
```### License
Podcastwala is licensed under the MIT license. If you find something wrong with the code or think it could be improved, I welcome you to create an issue or submit a pull request!