Remove uncessary comment on the location of utils.

This commit is contained in:
Vishnu KS
2020-10-12 12:57:51 +05:30
parent eee53f2f60
commit c8634462fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
This directory contains the source code of the Mind Expanding Books [website](https://books.vishnuks.com)
`app/` directory contains the source code of the Mind Expanding Books [website](https://books.vishnuks.com)
## How to setup development environment

View File

@@ -6,7 +6,7 @@ The website shows name of the book, year, rating, cover, amazon link, etc in boo
data like name, year, rating etc is present in the [main README.md](../README.md). Other details
like cover photo, amazon link etc is fetched from various APIs.
The script that fetches all these extra data lives in `utils/update_json_files.py` (utils is present in the parent directory of `app/`)
The script that fetches all these extra data lives in `utils/update_json_files.py`
The script goes through all the books in [main README.md](../README.md) and starts fetching the extra details
from `Goodreads` and `Google Search` API. And the result is stored in `utils/books.json` and `utils/book_name_to_details.json`