Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawad/find-ferriss-books
Makes a list of all the books recommended on the Tim Ferriss podcast.
https://github.com/benawad/find-ferriss-books
Last synced: 2 months ago
JSON representation
Makes a list of all the books recommended on the Tim Ferriss podcast.
- Host: GitHub
- URL: https://github.com/benawad/find-ferriss-books
- Owner: benawad
- License: mit
- Created: 2015-07-26T17:17:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-22T17:07:28.000Z (over 8 years ago)
- Last Synced: 2024-10-11T08:12:00.516Z (3 months ago)
- Language: Java
- Size: 1.63 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find-Ferriss-Books
What is it?
-----------
Find-Ferriss-Books searches for all the books recommended on the [Tim Ferriss podcast](http://fourhourworkweek.com/podcast/) and displays the results in a Swing GUI.Installation
------------
Download [MySQL](http://dev.mysql.com/downloads/mysql/) and [JDBC Driver](http://dev.mysql.com/downloads/connector/j/). Create a MySQL user and change the username and password in the [`database.properties`](https://github.com/benawad/Find-Ferriss-Books/blob/master/database.properties) file to match yours. Start your MySQL server `mysql.server start` and the program is ready to run.Licensing
---------
Please see the file called LICENSE.