/Awesome-Books

This app uses github api to get data from a specifc user repo. Then it parses all the pdf links in them and show them in list. User can click on any book name to view it instantly.

Primary LanguageCSSGNU General Public License v3.0GPL-3.0

Awesome-Books(Github-API-Book-List-and-View-App)

GitHub repo size

UPDATE: It seems to work. First enter username, second repo name, lastly the markdown *.md file path in the input boxes. Ex: quickgrid, ai-resources, papers.md.

This app uses github api to get data from a specifc user repo. Then it parses all the pdf links in them and show them in list. User can click on any book name to view it instantly.

Live App:

https://awesome-books.firebaseapp.com/

Sample Input:

user name: vhf

repo name: free-programming-books

directory name: free-programming-books.md

Screenshot:

Type the github user name in user name section, then the repo name then the directory name or file name if its in root folder.

It uses github api to get the data from a user, a specific repo and its directory/file. Although I made it for reading books other types can be used modifying the regex a little bit. Also it can be adjusted to point to an url with text and its will find all the pdf links there and load it in the app.

alt text